Skip to content

ci: Bump actions/setup-dotnet from 4 to 5#176

Merged
FilipB97 merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-dotnet-5
Jul 10, 2026
Merged

ci: Bump actions/setup-dotnet from 4 to 5#176
FilipB97 merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-dotnet-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-dotnet from 4 to 5.

Release notes

Sourced from actions/setup-dotnet's releases.

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates

Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

v4.3.0

What's Changed

New Contributors

... (truncated)

Commits
  • 26b0ec1 Expand the CSC problem matcher to light up more errors on GitHub. (#717)
  • da5e548 docs(action): explicitly mark all optional inputs with required: false (#737)
  • 9bd3b44 Improve readability of global.json creation command (#694)
  • 4406a63 Bump @​actions/cache to 5.1.0, log cache write denied (#746)
  • dc3262d pin actions to commit SHAs in workflows (#744)
  • 95a3f8b Validate global.json SDK version before rollForward optimization (#742)
  • 9a946fd Add rollForward note in README, improve proxy health check in e2e tests and b...
  • 98af08b Support global.json's rollForward latest* variants (#538)
  • 8404272 Update install scripts to v2026.05.19 (#736)
  • f1970f5 Don't download releases-index.json to resolve major version (#560)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@llamapreview llamapreview Bot 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.

AI Code Review by LlamaPReview

🎯 TL;DR & Recommendation

Recommendation: Approve with suggestions

This PR updates actions/setup-dotnet from v4 to v5 across CI workflows. No breaking changes observed in the current pipeline, but the major version bump includes runtime and behavior changes that warrant awareness.

🌟 Strengths

  • All three workflow files (ci.yml, codeql.yml, release.yml) updated consistently.
  • CI build-and-test passed, confirming compatibility with current configuration.

💡 Suggestions (P2)

  • .github/workflows/ci.yml: Review the full changelog for breaking changes (Node.js 24 requirement, removed .NET version support, cache behavior changes) and verify alignment with project expectations, especially global.json roll‑forward and caching.

💡 Have feedback? We'd love to hear it in our GitHub Discussions.
✨ This review was generated by LlamaPReview Advanced, which is free for all open-source projects. Learn more.

Comment thread .github/workflows/ci.yml
Comment on lines 22 to 25
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 | Confidence: Medium

The PR updates actions/setup-dotnet from v4 to v5 across all three workflow files (ci.yml, codeql.yml, release.yml). While the CI pipeline (build‑and‑test) succeeded and the related context confirms that no residual @v4 references remain, this is a major version bump with documented breaking changes:

  • Upgraded to Node.js 24 (requires runner version ≥2.327.1).
  • Removed support for older .NET versions (e.g., .NET 6 and below).
  • Changed cache behavior (bumped @actions/cache to 5.1.0 with new logging).
  • Updated install scripts and removed azureedge.net fallback logic.

The workflow sets dotnet-version: 8.0.x, which is still supported, and windows-latest runners are typically on a recent enough version. Nonetheless, the breaking changes could introduce subtle regressions (e.g., global.json roll‑forward validation now stricter, cache write denial logs).

Suggested action: Review the full changelog (linked in the PR description) and verify that the behavior aligns with the project’s expectations—especially any interaction with global.json or NuGet caching. Since the CI passed, the update is likely safe, but a manual check adds confidence for future builds.

@FilipB97
FilipB97 merged commit e7d4b1e into master Jul 10, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-dotnet-5 branch July 10, 2026 17:49
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.

1 participant