Skip to content

workflow: bump action versions to Node-24-compatible majors#1

Open
davehorton wants to merge 1 commit intomasterfrom
chore/bump-action-versions
Open

workflow: bump action versions to Node-24-compatible majors#1
davehorton wants to merge 1 commit intomasterfrom
chore/bump-action-versions

Conversation

@davehorton
Copy link
Copy Markdown

Summary

Bump pinned GitHub Actions to their first Node.js-24-compatible majors so the workflow stops emitting the deprecation warning on every run.

Background

GitHub will force Node 20 actions to run on Node 24 starting June 2, 2026, and remove Node 20 from runners entirely on September 16, 2026. Action versions still on Node 20 produce the warning:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ...

Test plan

  • Trigger the workflow (manual workflow_dispatch or next tag push)
  • Verify the deprecation annotation no longer appears
  • Verify the workflow's substantive steps (build/upload/etc) still pass — major-version action bumps occasionally introduce minor behavioral changes

🤖 Generated with Claude Code

actions/checkout v4 -> v5

softprops/action-gh-release v1 -> v2

Clears the GitHub Actions deprecation warnings — Node 20 actions get forced onto Node 24 starting June 2 2026.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant