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
Closed
Conversation
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>
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.
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
Bot
deleted the
dependabot/github_actions/github-actions-25f4b29175
branch
August 18, 2026 06:08
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.
Bumps the github-actions group with 1 update in the / directory: actions/setup-dotnet.
Updates
actions/setup-dotnetfrom 5 to 6Release notes
Sourced from actions/setup-dotnet's releases.
... (truncated)
Commits
a98b568chore(deps): bump@actions/cacheto 6.2.0 (#756)afb2931Bump actions/checkout from 6.0.3 to 7.0.0 (#751)6df8cefMigrate to ESM and upgrade dependencies (#752)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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