Skip to content

Update GitHub Actions runtime from Node.js 20 to Node.js 24#316

Merged
EndBug merged 2 commits intomainfrom
copilot/update-node-version-action
Apr 10, 2026
Merged

Update GitHub Actions runtime from Node.js 20 to Node.js 24#316
EndBug merged 2 commits intomainfrom
copilot/update-node-version-action

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 10, 2026

GitHub Actions runners are deprecating Node.js 20, with Node.js 24 becoming the default on June 2nd, 2026. This updates the action runtime to node24 to eliminate the deprecation warning.

Changes

  • action.yml: using: node20using: node24
  • package.json: @types/node ~12.20.15^24.0.0
  • lib/index.js: Rebuilt against updated deps

Copilot AI linked an issue Apr 10, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update Node.js version for action EndBug/label-sync Update GitHub Actions runtime from Node.js 20 to Node.js 24 Apr 10, 2026
Copilot AI requested a review from EndBug April 10, 2026 10:40
@EndBug EndBug marked this pull request as ready for review April 10, 2026 10:41
@EndBug EndBug merged commit 5594ed7 into main Apr 10, 2026
4 checks passed
@EndBug EndBug deleted the copilot/update-node-version-action branch April 10, 2026 10:41
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.

Node.js 20 actions are deprecated

2 participants