Skip to content

Upgrade GitHub Actions to Node.js 24-compatible versions#17

Merged
ArizonaGreenTea05 merged 1 commit into
mainfrom
copilot/update-deprecated-workflows
May 4, 2026
Merged

Upgrade GitHub Actions to Node.js 24-compatible versions#17
ArizonaGreenTea05 merged 1 commit into
mainfrom
copilot/update-deprecated-workflows

Conversation

Copilot AI commented May 4, 2026

Copy link
Copy Markdown
Contributor

actions/checkout@v4 and actions/setup-dotnet@v4 run on Node.js 20, which GitHub is deprecating on runners starting June 2, 2026 (removed September 16, 2026).

Changes

  • actions/checkout: v4v6
  • actions/setup-dotnet: v4v5

Applied to both build-and-test.yml and publish.yml.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflow dependencies to versions that are intended to be compatible with GitHub’s upcoming runner Node.js runtime changes, keeping CI and publishing pipelines functional past the Node.js 20 deprecation timeline mentioned in the PR description.

Changes:

  • Upgraded actions/checkout from v4 to v6 in both workflows.
  • Upgraded actions/setup-dotnet from v4 to v5 in both workflows.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/publish.yml Bumps checkout and setup-dotnet action versions used for the NuGet publish pipeline.
.github/workflows/build-and-test.yml Bumps checkout and setup-dotnet action versions used for CI build/test.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ArizonaGreenTea05 ArizonaGreenTea05 merged commit f757ea4 into main May 4, 2026
6 checks passed
@ArizonaGreenTea05 ArizonaGreenTea05 deleted the copilot/update-deprecated-workflows branch May 4, 2026 09:03
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.

3 participants