Skip to content

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#50

Open
kristianmills wants to merge 1 commit intomasterfrom
kristianm/node20-deprecated-actions
Open

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#50
kristianmills wants to merge 1 commit intomasterfrom
kristianm/node20-deprecated-actions

Conversation

@kristianmills
Copy link

@kristianmills kristianmills commented Mar 20, 2026

Summary

Upgrades GitHub Actions that use the deprecated Node.js 20 runtime to Node.js 24 compatible versions.

Node.js 20 actions will be forced to run on Node.js 24 by default starting June 2nd, 2026. See the GitHub deprecation notice.

Changes made:

  • actions/checkout@v2actions/checkout@v6

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
Low risk: updates the GitHub Actions actions/checkout version only, with no application/runtime logic changes; main risk is unexpected CI behavior changes from the new checkout action version.

Overview
Updates the CI/CD workflow to use actions/checkout@v6 (from @v2) in both the test and tag-based release jobs to stay compatible with newer GitHub Actions Node runtimes.

Written by Cursor Bugbot for commit d8c190e. This will update automatically on new commits. Configure here.

@kristianmills kristianmills marked this pull request as ready for review March 23, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant