Node 23 was released this week, and the hot ticket item probably is the fact that you can now require() files that use ESM (import/export). This is called a dynamic import and it’s extra annoying, because you can’t just put this at the top of your file.
Full article