Skip to content

chore: bump action-gh-release to v3 for Node.js 24 runtime#40

Merged
rrbe merged 1 commit into
mainfrom
chore/bump-gh-release-action-v3
Jun 26, 2026
Merged

chore: bump action-gh-release to v3 for Node.js 24 runtime#40
rrbe merged 1 commit into
mainfrom
chore/bump-gh-release-action-v3

Conversation

@rrbe

@rrbe rrbe commented Jun 26, 2026

Copy link
Copy Markdown
Owner

Why

The Release workflow logged a deprecation warning on the last run (v1.13.1):

Node.js 20 is deprecated. The following actions target Node.js 20 but are
being forced to run on Node.js 24: softprops/action-gh-release@v2.

GitHub is deprecating the Node 20 runtime for Actions. softprops/action-gh-release@v2 declares using: node20 in its action.yml, so the runner force-runs it on Node 24 and warns.

What

Bump softprops/action-gh-release@v2@v3 (latest, v3.0.1), whose action.yml declares using: node24. Clears the warning.

The other actions (checkout@v6, setup-node@v6, pnpm/action-setup@v6) already target Node 24 — no change needed. CI workflow had no warning.

@rrbe rrbe merged commit b42440f into main Jun 26, 2026
1 check passed
@rrbe rrbe deleted the chore/bump-gh-release-action-v3 branch June 26, 2026 06:09
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