Skip to content

Bump the github-actions group across 1 directory with 8 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-9acf1ebc33
Open

Bump the github-actions group across 1 directory with 8 updates#14
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-9acf1ebc33

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the github-actions group with 8 updates in the / directory:

Package From To
actions/checkout 900f2210b1d28bbbd0bd22d17926b9e224e8f231 f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
leynos/shared-actions/.github/actions/setup-rust e4c6b0e200a057edf927c45c298e7ddf229b3934 57a33fa65e329db7edc81ece661f1a2e1d39868f
DavidAnson/markdownlint-cli2-action 2df9e28eb87988518ef3880c34edad45d65b1668 a18930711014a571a022475791b44bcbb56dfb45
astral-sh/setup-uv 12d13f90bc3a5a1971bebad4beb09a4dfa962e91 5ec49509d70659645262a4de30e9f261902d34a7
actions/cache 5.0.5 6.1.0
leynos/shared-actions/.github/actions/generate-coverage e4c6b0e200a057edf927c45c298e7ddf229b3934 57a33fa65e329db7edc81ece661f1a2e1d39868f
leynos/shared-actions/.github/actions/upload-codescene-coverage e4c6b0e200a057edf927c45c298e7ddf229b3934 57a33fa65e329db7edc81ece661f1a2e1d39868f
softprops/action-gh-release 403a5240f3837fa857f642062e05aad6bb3391ca e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8

Updates actions/checkout from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/setup-rust from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f

Commits
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • 36eb051 Document Python docstring conventions (#392)
  • dca6131 Teach PEP 735 development dependency groups
  • 6b9dc1b Format Markdown sources
  • Additional commits viewable in compare view

Updates DavidAnson/markdownlint-cli2-action from 2df9e28eb87988518ef3880c34edad45d65b1668 to a18930711014a571a022475791b44bcbb56dfb45

Commits
  • a189307 Freshen generated package-lock.json file, freshen generated index.js file.
  • 7be64c3 Address new lint errors from previous commit.
  • b0b03c6 Bump eslint-plugin-unicorn from 72.0.0 to 73.0.0
  • 83c6b49 Update/freshen CONTRIBUTING.md.
  • e569530 Bump eslint from 10.7.0 to 10.8.0
  • c759cc0 Update Dependabot to ignore version updates for the project itself (manually ...
  • 21c1be1 Update to version 24.2.0.
  • cb5282d Freshen generated package-lock.json file, freshen generated index.js file.
  • d36517c Add eslint-package-json/all to lint script, address new issues.
  • 57b7f61 Refactor eslint.config.mjs to use defineConfig, change eslint-plugin-n from "...
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 12d13f90bc3a5a1971bebad4beb09a4dfa962e91 to 5ec49509d70659645262a4de30e9f261902d34a7

Commits

Updates actions/cache from 5.0.5 to 6.1.0

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/generate-coverage from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f

Commits
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • 36eb051 Document Python docstring conventions (#392)
  • dca6131 Teach PEP 735 development dependency groups
  • 6b9dc1b Format Markdown sources
  • Additional commits viewable in compare view

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f

Commits
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 8add2d9 Strip semver pre-release metadata when resolving MSI versions (#405) (#406)
  • 2f90d10 Skip inapplicable CodeScene coverage checks and surface diagnostics (#395) (#...
  • 47b337e Add rustflags passthrough to setup-rust and rust-build-release (#391)
  • 19a7f5d Group github-actions Dependabot updates into a single PR
  • 36eb051 Document Python docstring conventions (#392)
  • dca6131 Teach PEP 735 development dependency groups
  • 6b9dc1b Format Markdown sources
  • Additional commits viewable in compare view

Updates softprops/action-gh-release from 403a5240f3837fa857f642062e05aad6bb3391ca to e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8

Changelog

Sourced from softprops/action-gh-release's changelog.

3.0.2

3.0.2 is a patch release focused on release reliability and compatibility. It reuses existing draft releases when publishing prereleases, supports replacing release assets on Gitea, hardens streamed asset uploads, and provides clearer release-creation diagnostics. It also includes TypeScript, coverage, and tooling maintenance merged since 3.0.1.

This release fixes #795, #438, and #803. The upload transport hardening covers the historical failure reported in #790, although current hosted Node 24 runners did not reproduce it naturally. The diagnostics work is related to #786 and does not claim a reproducible release-creation fix.

What's Changed

Exciting New Features 🎉

Bug fixes 🐛

Other Changes 🔄

3.0.1

  • maintenance release with updated dependencies

3.0.0

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24. Use v3 on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. v2.6.2 was the final Node 20-compatible release and is no longer maintained or supported.

What's Changed

Other Changes 🔄

  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; freeze v2 at the final v2.6.2 release

... (truncated)

Commits
  • e5ee6bc chore(deps): bump esbuild from 0.28.1 to 0.28.2 in the npm group (#837)
  • d1e6617 chore(deps): bump undici from 6.27.0 to 6.28.0 (#831)
  • 6403751 chore(deps): bump the npm group with 2 updates (#835)
  • 7c7184b chore(deps): bump postcss from 8.5.19 to 8.5.25 (#833)
  • 0f3f0d2 chore(deps): bump brace-expansion from 5.0.8 to 5.0.9 (#832)
  • 77fb938 chore(deps): bump prettier from 3.9.5 to 3.9.6 in the npm group (#830)
  • 5a6f517 chore(deps): bump brace-expansion from 5.0.7 to 5.0.8 (#828)
  • a3c91c9 chore(deps): bump the github-actions group with 2 updates (#825)
  • 5018f9e chore(deps): bump brace-expansion from 5.0.6 to 5.0.7 (#824)
  • c1e2902 chore(deps): bump the npm group with 4 updates (#823)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the github-actions group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `900f2210b1d28bbbd0bd22d17926b9e224e8f231` | `f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `e4c6b0e200a057edf927c45c298e7ddf229b3934` | `57a33fa65e329db7edc81ece661f1a2e1d39868f` |
| [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) | `2df9e28eb87988518ef3880c34edad45d65b1668` | `a18930711014a571a022475791b44bcbb56dfb45` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `12d13f90bc3a5a1971bebad4beb09a4dfa962e91` | `5ec49509d70659645262a4de30e9f261902d34a7` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `e4c6b0e200a057edf927c45c298e7ddf229b3934` | `57a33fa65e329db7edc81ece661f1a2e1d39868f` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `e4c6b0e200a057edf927c45c298e7ddf229b3934` | `57a33fa65e329db7edc81ece661f1a2e1d39868f` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `403a5240f3837fa857f642062e05aad6bb3391ca` | `e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8` |



Updates `actions/checkout` from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@900f221...f548e57)

Updates `leynos/shared-actions/.github/actions/setup-rust` from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f
- [Commits](leynos/shared-actions@e4c6b0e...57a33fa)

Updates `DavidAnson/markdownlint-cli2-action` from 2df9e28eb87988518ef3880c34edad45d65b1668 to a18930711014a571a022475791b44bcbb56dfb45
- [Commits](DavidAnson/markdownlint-cli2-action@2df9e28...a189307)

Updates `astral-sh/setup-uv` from 12d13f90bc3a5a1971bebad4beb09a4dfa962e91 to 5ec49509d70659645262a4de30e9f261902d34a7
- [Commits](astral-sh/setup-uv@12d13f9...5ec4950)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `leynos/shared-actions/.github/actions/generate-coverage` from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f
- [Commits](leynos/shared-actions@e4c6b0e...57a33fa)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from e4c6b0e200a057edf927c45c298e7ddf229b3934 to 57a33fa65e329db7edc81ece661f1a2e1d39868f
- [Commits](leynos/shared-actions@e4c6b0e...57a33fa)

Updates `softprops/action-gh-release` from 403a5240f3837fa857f642062e05aad6bb3391ca to e5ee6bc58a36b838b92fc1217f2e4b414b5abcc8
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@403a524...e5ee6bc)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: astral-sh/setup-uv
  dependency-version: b68407c192114b6e47cc45b98289832c3df00d5e
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: 83c6b49590003d85b71ea0e478b36aa0a9bb3cd4
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/generate-coverage
  dependency-version: 1014f0ce1621506ca5fa66b596ed88ec30774cce
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 1014f0ce1621506ca5fa66b596ed88ec30774cce
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 1014f0ce1621506ca5fa66b596ed88ec30774cce
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-version: d1e66170d32c9ec7bbcb7fae044d3d686ce304d3
  dependency-type: direct:production
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-9acf1ebc33 branch from bd76ecc to 182599e Compare August 17, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants