- Enabled require(esm) and module syntax detection by default, removing experimental flags and warnings (can be disabled with no‑experimental options).
- Added worker.postMessageToThread API and implemented the "module sync" exports condition for improved CJS/ESM interop.
- Updated crypto root certificates, added process.features.require_module, and made numerous module loader refinements.