What's Changed
📖 TL;DR: Internal node package updates, updated to node24, converted the project to ES modules
🚨 Breaking change notice: The vast majority of users should be able to seamlessly upgrade to v11 without needing to make any changes at all. This is mainly just a major version release to accomodate for the fact that branch-deploy is moving to a default runtime of node24 which requires up-to-date Actions runner versions. Additionally, a lot of internal dependencies were updated and the entire project was migrated from CommonJS to ES modules. Out of caution, I have opted to published this release as a major version change.
- Bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #412
- Bump the npm-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #413
- upgrade to
node24by @GrantBirki in #414 - Full esm support by @GrantBirki in #416
Full Changelog: v10.4.3...v11.0.0