Skip to content

Bump actions/setup-dotnet from 5 to 6 in the github-actions group across 1 directory - #51

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-25f4b29175
Closed

Bump actions/setup-dotnet from 5 to 6 in the github-actions group across 1 directory#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-25f4b29175

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update in the / directory: actions/setup-dotnet.

Updates actions/setup-dotnet from 5 to 6

Release notes

Sourced from actions/setup-dotnet's releases.

v6.0.0

What's Changed

New Contributors

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

v5.4.0

What's Changed

Enhancements

The action now validates the sdk.version field in global.json when rollForward is specified. The version must be a fully-qualified SDK version (e.g., 8.0.100, 10.0.100). Wildcard versions (e.g., 10.0.*) and runtime-style versions (e.g., 8.0.0) will now fail. See the .NET SDK version specification for details.

Documentation

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/setup-dotnet@v5.3.0...v5.4.0

v5.3.0

What's Changed

Enhancements

Dependency Updates

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).


Updates `actions/setup-dotnet` from 5 to 6
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 8, 2026
@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown

Test Results

330 tests  ±0   330 ✅ ±0   53s ⏱️ -9s
  4 suites ±0     0 💤 ±0 
  4 files   ±0     0 ❌ ±0 

Results for commit 65f577e. ± Comparison against base commit 466f962.

xavierjohn added a commit that referenced this pull request Aug 18, 2026
…destination (#54)

* Apply open dependency bumps (setup-dotnet v6, OpenTelemetry 1.17.0, nbgv 3.10.91)

Consolidates the four open Dependabot PRs (#43, #47, #48, #51). Two of them
could not be merged as proposed without leaving the tree in a state the
existing version-policy comment explicitly forbids, so they are applied
together with the rest of their package set.

OpenTelemetry -> 1.17.0 (supersedes #47 and #48).
  #47 bumped only Exporter.OpenTelemetryProtocol and #48 only
  Instrumentation.Runtime. Taking either alone would split the set: the
  comment in Directory.Packages.props records that core (Exporter +
  Extensions.Hosting) tracks a single line, so moving Exporter to 1.17.0
  while Extensions.Hosting stayed at 1.16.0 would violate it.

  A matching 1.17.0 now exists for ALL five packages (verified against
  nuget.org), so the whole set is unified. This also clears pre-existing
  drift: Instrumentation.Runtime was still on 1.15.1 while
  Instrumentation.AspNetCore and .Http had already moved to 1.16.0 --
  which the comment claimed was not the case. The comment is rewritten to
  describe the actual policy: unify when a matching release exists across
  the set, and let contrib packages sit on their own latest when they lag,
  rather than forcing a lockstep version that has no matching release.

Nerdbank.GitVersioning 3.10.85 -> 3.10.91 (#43).
  Verified the version scheme is unaffected: packing still yields
  0.1.0-alpha.70.g7f3861c59d computed from the head commit.

actions/setup-dotnet v5 -> v6 (#51).
  All four workflows use the global-json-file input, which is unchanged
  across the major, so the bump is uniform.

Build clean, 352 tests passing.

* Rename publish workflows after their destination

Mirrors the same change made in the framework repo (xavierjohn/Trellis#700).

publish.yml       -> publish-nuget-org.yml        "Publish to NuGet.org"
publish-alpha.yml -> publish-github-packages.yml  "Publish to GitHub Packages"

Both workflows publish the same version; the only real difference is the
feed they push to. The old names implied the distinction was stable vs
alpha, so picking the right one from the Actions list meant opening the
file to check which feed it targeted. Naming them after the destination
removes that step. Cross-references in the header comments were updated to
match.

Also drops an inert flag from the GitHub Packages workflow:
--version-suffix "alpha.${{ github.run_number }}" is silently ignored,
because nbgv sets PackageVersion explicitly. Verified by packing with
--version-suffix "alpha.999" and still getting 0.1.0-alpha.71.gb09de4b2d0.
Since it never had any effect, the step is just "Pack" now.

Renaming a workflow file detaches its run history under the old name in
the Actions UI. That is expected and cosmetic.

Stacked on chore/dependency-bumps (#54) because that PR also edits both of
these files; merge #54 first to avoid a rename/modify conflict.
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/github_actions/github-actions-25f4b29175 branch August 18, 2026 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants