Skip to content

Choose a tag to compare

@Fryguy Fryguy released this 19 Mar 19:08
v2.0.0
a71597e

Breaking Changes

The v2 major version updates the GitHub Actions required runtime to Node.js 24. GitHub-hosted runners already include this, but self-hosted runners may need to be updated ahead of planned deprecations of Node 20 on GitHub Actions runners.

Changed

  • BREAKING: Update to Node 24 [#40]
  • BREAKING: Migrated from CommonJS to ES modules to support @actions/* v3 packages [#75]
  • Update dependency @actions/core from ^1.11.1 to ^3.0.0 [#66, #75]
  • Update dependency @actions/exec from ^1.1.1 to ^3.0.0 [#66, #75]
  • Update dependency @actions/io from ^1.1.3 to ^3.0.2 [#66, #75]
  • Reduce dist size [#55]

Full Changelog: v1.1.1...v2.0.0