Skip to content

Bump the actions group across 1 directory with 4 updates#349

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-eb39868863
Closed

Bump the actions group across 1 directory with 4 updates#349
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-eb39868863

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2026

Bumps the actions group with 4 updates in the / directory: actions/setup-dotnet, gittools/actions, actions/upload-artifact and actions/download-artifact.

Updates actions/setup-dotnet from 5.0.1 to 5.1.0

Release notes

Sourced from actions/setup-dotnet's releases.

v5.1.0

What's Changed

Documentation

Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

Commits
  • baa11fb Bump test dependencies to resolve System.Net.Http vulnerability, update workf...
  • 24ec4f2 Upgrade to latest actions packages (#687)
  • 4c100cb Fix icons (#604)
  • 25328d8 Bump actions/checkout from 5 to 6 (#684)
  • 937b8dd Update README with note on setting DOTNET_INSTALL_DIR for Linux permission is...
  • See full diff in compare view

Updates gittools/actions from 4.2.0 to 4.3.3

Release notes

Sourced from gittools/actions's releases.

v4.3.3

As part of this release we had 10 commits which resulted in 1 issue being closed.

Improvements

SHA256 Hashes of the release artifacts

  • 2207bbdf742767043711581535de911ec26a90c005ba3740e1f0f2dcfd2628c0 - gittools.gittools-4.3.3.260223212.vsix

v4.3.2

As part of this release we had 13 commits which resulted in 1 issue being closed.

Improvements

SHA256 Hashes of the release artifacts

  • 0d8423e376efacd8ff2e1d9f180f255111804227bbd6cf120e8a12e21ba4c0ca - gittools.gittools-4.3.2.260222113.vsix

v4.3.1

As part of this release we had 23 commits which resulted in 1 issue being closed.

Improvements

SHA256 Hashes of the release artifacts

  • 15382e0a88b264311d0f1e7ebf3b953414d4516339d7f1fda57b0cff1c574ff0 - gittools.gittools-4.3.1.260220121.vsix

v4.3.0

As part of this release we had 276 commits which resulted in 2 issues being closed.

Improvements

  • !1907 Add Node.js 24 runtime support to Azure DevOps tasks.
  • !1915 Add new GitVersion 6.6.0 output variables: VersionSourceSemVer, VersionSourceDistance, VersionSourceIncrement

SHA256 Hashes of the release artifacts

  • 9bca60aeb1bbad6af0e8059d96550f6010be18fd81b327b667de8e53583265ee - gittools.gittools-4.3.0.260219165.vsix
Commits
  • 71a79f7 ci(prerelease): Reorder Azure publish step
  • 4f04507 ci(workflow): Add spacing between CI steps
  • 4561fe2 Merge pull request #1971 from arturcic/feature/cicd-actions
  • 1f7aa5c ci(workflows): Consolidate authentication and checkout
  • 8fa637c ci(actions): Use external git-commit-push action
  • bb57576 Merge pull request #1969 from GitTools/dependabot/npm_and_yarn/simple-git-3.32.2
  • 2f83d75 (npm): Bump simple-git from 3.32.1 to 3.32.2
  • b3e1c2f Merge pull request #1968 from GitTools/dependabot/npm_and_yarn/simple-git-3.32.1
  • 6230abb (npm): Bump simple-git from 3.31.1 to 3.32.1
  • 7b454d4 update examples version to 4.3.2
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 6 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

Commits

Updates actions/download-artifact from 7 to 8

Release notes

Sourced from actions/download-artifact's releases.

v8.0.0

v8 - What's new

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

Commits
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • 96bf374 One more test fix
  • b8c4819 Fix skip decompress test
  • Additional commits viewable in compare view

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 actions group with 4 updates in the / directory: [actions/setup-dotnet](https://github.com/actions/setup-dotnet), [gittools/actions](https://github.com/gittools/actions), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `actions/setup-dotnet` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v5.0.1...v5.1.0)

Updates `gittools/actions` from 4.2.0 to 4.3.3
- [Release notes](https://github.com/gittools/actions/releases)
- [Commits](GitTools/actions@v4.2.0...v4.3.3)

Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

Updates `actions/download-artifact` from 7 to 8
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: gittools/actions
  dependency-version: 4.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: 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 Feb 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 17, 2026
@dependabot dependabot bot deleted the dependabot/github_actions/actions-eb39868863 branch March 17, 2026 10:04
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.

1 participant