Skip to content

Releases: daltonbr/set-commit-status-action

v3.0.0

12 Mar 21:56

Choose a tag to compare

Fork release — v3.0.0

This release is published from @daltonbr's fork.
The upstream repository (myrotvorets/set-commit-status-action) has not cut a release since v2.0.1 (Feb 2024), despite hundreds of dependency updates merged upstream (mostly by the automation bot), including an important Node 2024 runtime upgrade.

Anyone pinned to @v2.0.1 is running on Node 20 (EOL) and aligned with that, GitHub will enforce Node 24 as the default in runners, as of June 2026.
This release addresses that.

Note

This fork is not a takeover. The upstream project by github.com/myrotvorets is the canonical source, and all credit goes there.
This release aims to unblock teams that depend on a Node 24-compatible tag while the upstream has been quiet. I intend to contribute back with a few workflow additions to make future releases easier for the maintainer (e.g., no dist/ rebuilds by hand and no manual tagging). I'll soon open some discussions in the upstream repo to gauge interest.

What's Changed (fork-specific)

  • Rebuilt dist/index.js from the current lockfile targeting Node 24.
  • Bumped version to 3.0.0 — major bump reflects the breaking Node 2024 runtime change

Full Changelog: v2.0.1...v3.0.0

Notable upstream changes since v2.0.1

Full upstream changelog (220 PRs)
Read more