FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump GitHub Actions to Node.js 24-compatible versions by Copilot · Pull Request #5491 · PowerShell/vscode-powershell · GitHub

Bump GitHub Actions to Node.js 24-compatible versions - #5491

Merged
Justin Grote (JustinGrote) merged 2 commits into
mainfrom
copilot/bump-github-actions-node-24
May 7, 2026
Merged

Justin Grote (JustinGrote) merged 2 commits into
mainfrom
copilot/bump-github-actions-node-24

Conversation

Copilot AI commented May 6, 2026
edited
Loading

Copy link
Copy Markdown
Contributor

actions/checkout@v4, actions/setup-dotnet@v4, and actions/setup-node@v4 run 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

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

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Works as expected, notices on the job are gone.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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/checkout from v4 to v6 in the CI workflow.
  • Bump actions/setup-dotnet from v4 to v5.
  • Bump actions/setup-node from v4 to v6.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks Justin Grote (@JustinGrote) for the testing screenshot and for resolving the bot's pinning concerns — agreed that we're fine tracking the major tags for these first-party actions/* repos. From my side this is good to merge.

Drafted by Copilot (Claude Sonnet 4.6)

Justin Grote (JustinGrote) merged commit 68654f0 into main May 7, 2026
12 checks passed
Justin Grote (JustinGrote) deleted the copilot/bump-github-actions-node-24 branch May 7, 2026 20:46
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump Github Actions for Node.js 24

4 participants


Back | FazBrowse Home | New Git URL