Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the actions-version-updates group with 5 updates in the / directory:

Package From To
actions/checkout 4 5
stefanzweifel/git-auto-commit-action 5 6
actions/setup-node 4 5
mlugg/setup-zig 1 2
mridang/action-semantic-release 1.0.0 1.4.0

Updates actions/checkout from 4 to 5

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates stefanzweifel/git-auto-commit-action from 5 to 6

Release notes

Sourced from stefanzweifel/git-auto-commit-action's releases.

v6.0.0

Added

  • Throw error early if repository is in a detached state (#357)

Fixed

Removed

  • Remove support for create_branch, skip_checkout, skip_Fetch (#314)

v5.2.0

Added

Fixed

v5.1.0

Changed

Fixed

Dependency Updates

v5.0.1

Fixed

  • Fail if attempting to execute git commands in a directory that is not a git-repo. (#326) @​ccomendant

Dependency Updates

Misc

... (truncated)

Changelog

Sourced from stefanzweifel/git-auto-commit-action's changelog.

v5.0.0 - 2023-10-06

New major release that bumps the default runtime to Node 20. There are no other breaking changes.

Changed

Fixed

Dependency Updates

v4.16.0 - 2022-12-02

Changed

Fixed

Commits
  • 778341a Merge pull request #379 from stefanzweifel/disable-detached-state-check
  • 33b203d Disable Check if Repo is in Detached State
  • a82d80a Update CHANGELOG
  • 3cc016c Merge pull request #375 from stefanzweifel/v6-next
  • ddb7ae4 Merge pull request #376 from Dreamsorcerer/patch-1
  • b001e5f Apply suggestions from code review
  • 6494dc6 Fix PAT instructions with Dependabot
  • 7618051 Add deprecated inputs to fix unbound variable issue
  • ae11462 Merge pull request #371 from stefanzweifel/dependabot/npm_and_yarn/bats-1.12.0
  • 3058f91 Bump bats from 1.11.1 to 1.12.0
  • Additional commits viewable in compare view

Updates actions/setup-node from 4 to 5

Release notes

Sourced from actions/setup-node's releases.

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

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

v4.4.0

What's Changed

Bug fixes:

Enhancement:

Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

... (truncated)

Commits

Updates mlugg/setup-zig from 1 to 2

Release notes

Sourced from mlugg/setup-zig's releases.

v2.0.0

  • Support getting Zig version from build.zig.zon
  • Add option to customize cache key to work around matrix deficiencies
  • Clear Zig cache directory when it grows too large

v1.2.2

[!WARNING] Assuming no serious bugs, this will be the last v1 release. I highly recommend upgrading to v2.

  • Update mirror list
  • Update dependencies
    • This includes the cache service, resolving #36; sorry about that one!
  • Validate minisign "trusted comment"

v1.2.1

  • Fix .zip tarball extraction
  • Add two new mirrors
  • Don't attempt to cache global Zig cache if it doesn't exist (#8)

v1.2.0

  • Add the use-cache option to disable preservation of the Zig global cache directory

v1.1.1

  • Fix the restriction of mirror to not be ziglang.org (I forgot to implement it before)
  • Append query parameter to downloads so mirrors can know that traffic is coming from Actions
  • Add new mirror (thanks @​hryx!)

v1.1.0

  • Support looking up Mach nominated versions, e.g. 2024.5.0-mach
  • Support overriding download mirror

See README.md for details.

Commits
  • 8d6198c Handle zig env being ZON instead of JSON
  • 475c97b main: fix canonical URL
  • df54020 Use more descriptive ?source query parameter
  • 5eb0fc8 Use ziglang.org community mirrors list
  • 0483960 npm update
  • edd2134 post: include run attempt in cache name
  • cab5810 post: simplify and rename totalSize
  • e819eaa Don't use the tool cache on GitHub-hosted runners by default
  • 5c89f10 remove buggy mirror
  • e077164 remove zig.nekos.space due to issues
  • Additional commits viewable in compare view

Updates mridang/action-semantic-release from 1.0.0 to 1.4.0

Release notes

Sourced from mridang/action-semantic-release's releases.

v1.4.0

1.4.0 (2025-06-21)

Features

  • added support for automatically updating the major version tag (4a9fb22)

v1.3.1

1.3.1 (2025-06-19)

Bug Fixes

  • improved the build by ditching esbuild (74656d3)

v1.3.0

No release notes provided.

v1.2.4

1.2.4 (2025-06-12)

Bug Fixes

  • prevent failure when no release is published (1d1fee7)

v1.2.3

1.2.3 (2025-06-06)

Bug Fixes

  • fixed the waiter logic to correctly handle named jobs (ae6dc59)

v1.2.2

1.2.2 (2025-06-06)

Bug Fixes

  • fixed the waiter logic to correctly handle named jobs (6639338)

v1.2.1

1.2.1 (2025-06-06)

... (truncated)

Commits
  • 4a9fb22 feat: added support for automatically updating the major version tag
  • 8294356 refactor: improved the test suite to not pollute the dist dir
  • 8aa4fbb refactor: hardened the test suite
  • 74656d3 fix: improved the build by ditching esbuild
  • aba2956 ci: added the test reporter action
  • ef4ceae feat: release to marketplace
  • 9c0f543 ci: removed the unused environment variables
  • 40e941c chore(release): 1.2.4 [skip ci]
  • 1d1fee7 fix: prevent failure when no release is published
  • ab6171d git commit -m "docs: update README with more information"
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…y with 5 updates

Bumps the actions-version-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) | `5` | `6` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` |
| [mlugg/setup-zig](https://github.com/mlugg/setup-zig) | `1` | `2` |
| [mridang/action-semantic-release](https://github.com/mridang/action-semantic-release) | `1.0.0` | `1.4.0` |



Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `stefanzweifel/git-auto-commit-action` from 5 to 6
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](stefanzweifel/git-auto-commit-action@v5...v6)

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

Updates `mlugg/setup-zig` from 1 to 2
- [Release notes](https://github.com/mlugg/setup-zig/releases)
- [Commits](mlugg/setup-zig@v1...v2)

Updates `mridang/action-semantic-release` from 1.0.0 to 1.4.0
- [Release notes](https://github.com/mridang/action-semantic-release/releases)
- [Changelog](https://github.com/mridang/action-semantic-release/blob/master/release.config.mjs)
- [Commits](mridang/action-semantic-release@v1.0.0...v1.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-version-updates
- dependency-name: stefanzweifel/git-auto-commit-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-version-updates
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-version-updates
- dependency-name: mlugg/setup-zig
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-version-updates
- dependency-name: mridang/action-semantic-release
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-version-updates
...

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 Sep 8, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

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