Skip to content

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

Merged
nicoleepp merged 1 commit intomainfrom
kristianm/node20-deprecated-actions
Apr 6, 2026
Merged

chore: DEVPLAT-7373 fix Node.js 20 deprecated GitHub Actions#161
nicoleepp merged 1 commit intomainfrom
kristianm/node20-deprecated-actions

Conversation

@kristianmills
Copy link
Copy Markdown
Contributor

@kristianmills kristianmills commented Apr 2, 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:

  • rlespinasse/github-slug-action@v3.xrlespinasse/github-slug-action@v5

🤖 Generated with Claude Code

DEVPLAT-7373


Note

Low Risk
Low risk CI-only change, but could affect downstream steps if github-slug-action output/env var names or formats differ between v3 and v5.

Overview
Updates the CI workflow (.github/workflows/ci.yml) to use rlespinasse/github-slug-action@v5 (from @v3.x) in the build, check, and test jobs to stay compatible with the newer GitHub Actions Node runtime.

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

@kristianmills kristianmills requested a review from a team as a code owner April 2, 2026 22:39
@nicoleepp nicoleepp merged commit 5f91c8f into main Apr 6, 2026
9 checks passed
@nicoleepp nicoleepp deleted the kristianm/node20-deprecated-actions branch April 6, 2026 20:14
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.

2 participants