Yes, in Node.js it's possible to import CommonJS modules from ECMAScript modules. The documentation has more information.
This has been the case for as long as Node.js has supported ECMAScript module syntax (I just tested to verify that).