Skip to content

Choose a tag to compare

@retlehs retlehs released this 05 May 22:26
· 1 commit to main since this release
aca8a02

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

Full Changelog: v1.3.1...v1.4.0