What's Changed
Convert to ESM and switch from Jest to Vitest
Source is now ESM (the latest @actions/* majors are ESM-only). Vitest replaces Jest since Jest's ESM support is still experimental — Vitest is ESM-native with a drop-in compatible API. — by @retlehs in #135
Dependency upgrades
All npm dependencies, GitHub Actions, and the action's Node runtime (node20 → node24) bumped to their latest versions.
Other changes
- Fix typo by @theMosaad in #110
- Update a major tag to point to the latest release by @tangrufus in #117
Full Changelog: v1.3.1...v1.4.0