Skip to content

build(deps): bump git-for-windows/setup-git-for-windows-sdk from 1 to 2#693

Merged
dscho merged 1 commit intomainfrom
dependabot/github_actions/git-for-windows/setup-git-for-windows-sdk-2
May 4, 2026
Merged

build(deps): bump git-for-windows/setup-git-for-windows-sdk from 1 to 2#693
dscho merged 1 commit intomainfrom
dependabot/github_actions/git-for-windows/setup-git-for-windows-sdk-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps git-for-windows/setup-git-for-windows-sdk from 1 to 2.

Release notes

Sourced from git-for-windows/setup-git-for-windows-sdk's releases.

v2.0.0

Upgrade this GitHub Action to require Node.JS 24

Just like everybody else in the GitHub Actions ecosystem, we have to update away from Node.js 20. This has been quite a bit of work!

Part of the effort, we switched away from Jest as the test framework, which has only incomplete support for ES modules. The tests now run via vitest.

Thanks a ton to @​Shadowghost for the invaluable support (and the prod 😉).

v1.12.0

Turn off caching by default

With this version, this GitHub Action no longer caches by default. To avoid negative performance impact, the build-installers artifact is now downloaded from the same rolling release as the minimal artifact.

Also: plenty of dependency updates, too many to list here.

v1.11.0

Optimize for the minimal flavor

As of git-for-windows/git-sdk-64#87, the minimal flavor is published as an asset of a rolling GitHub Release.

This strikes a much better balance between generating and using the artifact; Now, it is generated exactly once when an update is available, and none of the users have to regenerate it.

The consequence is that no longer does setup-git-for-windows-sdk take over a minute (uncached) to initialize the minimal Git for Windows SDK (and only subsequent, cached calls would get to the desirable 2-5 second range). Instead, the minimal Git for Windows SDK now consistently takes 2-5 seconds to initialize, no caching needed.

v1.10.4

Better support for architecture: aarch64

This release improves support for running on hosted windows-arm64 runners where Git for Windows needs to be installed as part of the workflow.

v1.10.3

Lots of dependency updates & more stringent ci-artifacts query

This version brings tons and tons of updated dependencies, and is a bit preciser when looking for the latest successful ci-artifacts run lest it finds an accidentally-pushed topic branch that is not main.

... (truncated)

Commits
  • c1b1ce1 Node 24 Support (#1357)
  • f9874d6 Rebuild dist/ for the Node 24 ESM bundle
  • d26133a Bump action version to 2.0.0
  • 7ecbabc Bump GitHub Actions runtime to Node 24
  • 171fe93 Update all dependencies to current versions
  • 4e13e32 Drop unused node-fetch and @​adobe/node-fetch-retry dependencies
  • 3d9ccf9 Fix typo in package.json description
  • a871345 Switch project to ESM
  • 348f039 Switch from Jest to Vitest as the test framework
  • 153393a eslint: fix config for eslint-plugin-github v6
  • 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 [git-for-windows/setup-git-for-windows-sdk](https://github.com/git-for-windows/setup-git-for-windows-sdk) from 1 to 2.
- [Release notes](https://github.com/git-for-windows/setup-git-for-windows-sdk/releases)
- [Commits](git-for-windows/setup-git-for-windows-sdk@v1...v2)

---
updated-dependencies:
- dependency-name: git-for-windows/setup-git-for-windows-sdk
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 May 4, 2026
@dscho dscho merged commit 4b6eea7 into main May 4, 2026
6 checks passed
@dscho dscho deleted the dependabot/github_actions/git-for-windows/setup-git-for-windows-sdk-2 branch May 4, 2026 11: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