Skip to content

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

Closed
kristianmills wants to merge 1 commit intomainfrom
kristianm/node20-deprecated-actions
Closed

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

Conversation

@kristianmills
Copy link
Copy Markdown

@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@v4actions/checkout@v6

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
Low risk CI maintenance change that only updates the GitHub Actions checkout step; potential impact is limited to the build pipeline if the new action version behaves differently.

Overview
Updates the Rust GitHub Actions workflow to use actions/checkout@v6 instead of @v4, aligning CI with newer (Node.js 24–compatible) action versions.

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

@kristianmills kristianmills marked this pull request as ready for review March 23, 2026 18:22
@kristianmills kristianmills deleted the kristianm/node20-deprecated-actions branch March 30, 2026 23:40
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