Bump GitHub Actions to Node.js 24-compatible versions#5491
Open
Bump GitHub Actions to Node.js 24-compatible versions#5491
Conversation
Agent-Logs-Url: https://github.com/PowerShell/vscode-powershell/sessions/66761997-d9e2-4c9e-9e5a-43fdd4db6869 Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update GitHub Actions to support Node.js 24
Bump GitHub Actions to Node.js 24-compatible versions
May 6, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates the CI workflow to use newer major versions of core GitHub Actions so the workflow remains compatible with the newer Node.js runtime used on GitHub-hosted runners.
Changes:
- Bump
actions/checkoutfromv4tov6in the CI workflow. - Bump
actions/setup-dotnetfromv4tov5. - Bump
actions/setup-nodefromv4tov6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

actions/checkout@v4,actions/setup-dotnet@v4, andactions/setup-node@v4run on Node.js 20, which is deprecated on GitHub Actions runners and will be removed September 2026.Changes
ci-test.yml: Updated three actions to their latest major versions:actions/checkout:v4→v6(v6.0.2)actions/setup-dotnet:v4→v5(v5.2.0)actions/setup-node:v4→v6(v6.4.0)actions/upload-artifact@v7— already current, no change