Skip to content

chore(deps): bump the actions group across 1 directory with 14 updates#169

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-da5c6f577c
Open

chore(deps): bump the actions group across 1 directory with 14 updates#169
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions-da5c6f577c

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the actions group with 14 updates in the / directory:

Package From To
actions/checkout 6.0.1 6.0.2
astral-sh/setup-uv 6.1.0 8.1.0
CodSpeedHQ/action 4.12.1 4.14.0
prefix-dev/setup-pixi 0.8.8 0.9.5
codecov/codecov-action 5.3.1 6.0.0
actions/cache 5.0.4 5.0.5
github/issue-metrics 3.25.5 4.2.2
j178/prek-action 1.1.1 2.0.2
scientific-python/upload-nightly-action 0.6.3 0.6.4
peter-evans/create-pull-request 7.0.8 8.1.1
actions/upload-artifact 7.0.0 7.0.1
actions/download-artifact 7.0.0 8.0.1
pypa/gh-action-pypi-publish 1.13.0 1.14.0
zizmorcore/zizmor-action 0.5.2 0.5.3

Updates actions/checkout from 6.0.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

v4.1.6

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

Updates astral-sh/setup-uv from 6.1.0 to 8.1.0

Release notes

Sourced from astral-sh/setup-uv's releases.

v8.1.0 🌈 New input no-project

Changes

This add the a new boolean input no-project. It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv

🚀 Enhancements

  • Add input no-project in combination with activate-environment @​eifinger (#856)

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

  • chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @dependabot[bot] (#855)

v8.0.0 🌈 Immutable releases and secure tags

This is the first immutable release of setup-uv 🥳

All future releases are also immutable, if you want to know more about what this means checkout the docs.

This release also has two breaking changes

New format for manifest-file

The previously deprecated way of defining a custom version manifest to control which uv versions are available and where to download them from got removed. The functionality is still there but you have to use the new format.

No more major and minor tags

To increase security even more we will stop publishing minor tags. You won't be able to use @v8 or @v8.0 any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.

[!TIP] Use the immutable tag as a version astral-sh/setup-uv@v8.0.0 Or even better the githash astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57

... (truncated)

Commits
  • 0880764 fix: grant contents:write to validate-release job (#860)
  • 717d6ab Add a release-gate step to the release workflow (#859)
  • 5a911eb Draft commitish releases (#858)
  • 080c31e Add action-types.yml to instructions (#857)
  • b3e97d2 Add input no-project in combination with activate-environment (#856)
  • 7dd591d chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (#855)
  • 1541b77 chore: update known checksums for 0.11.7 (#853)
  • cdfb2ee Refactor version resolving (#852)
  • cb84d12 chore: update known checksums for 0.11.6 (#850)
  • 1912cc6 chore: update known checksums for 0.11.5 (#845)
  • Additional commits viewable in compare view

Updates CodSpeedHQ/action from 4.12.1 to 4.14.0

Release notes

Sourced from CodSpeedHQ/action's releases.

v4.14.0

Release Notes

We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

Minimum integration versions

To support the runtime metadata collection, make sure to use at least the following versions:

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Install codspeed-runner 4.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/codspeed/releases/download/v4.14.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.14.0

File Platform Checksum
codspeed-runner-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum

... (truncated)

Commits
  • 658a901 Release v4.14.0 🚀
  • 1d42668 chore: bump runner version to 4.14.0
  • db35df7 Release v4.13.1 🚀
  • bc11107 feat: support action-only releases with explicit version argument
  • 12a303d feat: fail release script if version already exists
  • 6e1e277 feat: add dry-run mode to release script
  • d214727 build(deps)!: update actions to Node.js 24 runtime (#201)
  • d872884 Release v4.13.0 🚀
  • c179ec8 chore: bump runner version to 4.13.0 (#198)
  • See full diff in compare view

Updates prefix-dev/setup-pixi from 0.8.8 to 0.9.5

Release notes

Sourced from prefix-dev/setup-pixi's releases.

v0.9.4

What's Changed

✨ New features

👷🏻 CI

⬆️ Dependency updates

New Contributors

Full Changelog: prefix-dev/setup-pixi@v0.9.3...v0.9.4

v0.9.3

What's Changed

✨ New features

📝 Documentation

⬆️ Dependency updates

Full Changelog: prefix-dev/setup-pixi@v0.9.2...v0.9.3

v0.9.2

What's Changed

✨ New features

Full Changelog: prefix-dev/setup-pixi@v0.9.1...v0.9.2

v0.9.1

What's Changed

... (truncated)

Commits
  • 1b2de7f chore(deps): bump dependencies (#259)
  • 6ef6983 chore(deps): bump the nodejs group with 10 dependencies (#257)
  • e6477eb chore(deps): bump Quantco/ui-actions from 1.0.18 to 1.0.19 in the gh-actions ...
  • 33be5ba chore(deps): bump the nodejs group with 7 updates (#250)
  • 72f90fe chore(deps): bump the gh-actions group across 1 directory with 3 updates (#253)
  • c0d7209 Fix broken authentication documentation link (#252)
  • f1fb10f docs: Mention cooldown in dependabot config (#247)
  • a0af7a2 Implement working directory setup (#236)
  • 51b9803 chore(deps): bump the nodejs group with 10 updates (#244)
  • 54b8d30 chore(deps): bump the gh-actions group with 5 updates (#243)
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.3.1 to 6.0.0

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates actions/cache from 5.0.4 to 5.0.5

Release notes

Sourced from actions/cache's releases.

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

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

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

  • Bump @actions/cache to v5.0.3 #1692

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

... (truncated)

Commits

Updates github/issue-metrics from 3.25.5 to 4.2.2

Release notes

Sourced from github/issue-metrics's releases.

v4.2.2

Changelog

🧰 Maintenance

See details of all code changes since previous release

v4.2.1

Changelog

🐛 Bug Fixes

🧰 Maintenance

See details of all code changes since previous release

v4.2.0

Changelog

🚀 Features

See details of all code changes since previous release

v4.1.3

Changelog

🧰 Maintenance

See details of all code changes since previous release

v4.1.2

Changelog

🐛 Bug Fixes

  • fix: prevent dev dependency downloads at runtime @​zkoppert (#704)
  • fix: cast gh_app_id to string for JWT encoding compatibility @​jmeridth (#705)
  • fix: tighten workflow permissions, add security hardening, and fix uv tool invocations @​jmeridth (#702)

🧰 Maintenance

... (truncated)

Commits
  • c9e9838 chore(deps): bump cryptography from 46.0.6 to 46.0.7 (#723)
  • 02f30dc chore(deps): bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 (#722)
  • dd15690 chore(deps): bump pytest-cov in the dependencies group (#721)
  • 61b23a7 chore(deps): bump the dependencies group with 5 updates (#720)
  • 0101cdc chore(deps): bump requests from 2.33.0 to 2.33.1 (#718)
  • 7bee6e6 chore(deps): bump cryptography from 46.0.5 to 46.0.6 (#716)
  • ff28a0c Merge pull request #715 from github-community-projects/fix/test-time-to-first...
  • 7a3a883 fix: correct TypeError test to actually exercise exception handler
  • 8bd2f25 Merge pull request #683 from meoyushi/feat-time-to-first-review
  • 18503f1 chore(deps): bump requests from 2.32.5 to 2.33.0 (#712)
  • Additional commits viewable in compare view

Updates j178/prek-action from 1.1.1 to 2.0.2

Release notes

Sourced from j178/prek-action's releases.

v2.0.2

What's Changed

Full Changelog: j178/prek-action@v2...v2.0.2

v2.0.1

What's Changed

Full Changelog: j178/prek-action@v2...v2.0.1

v2.0.0

What's Changed

  • Completely rewritten in TypeScript for a more maintainable and modern implementation (#76)
  • prek-version now supports semver ranges such as 0.3.x, with faster and more reliable version resolution (#81, #80, #92, #94, #100)
  • Downloaded prek archives are now validated against known checksums before install (#83)
  • Added show-verbose-logs to control whether verbose prek logs are printed after the run (#78)
  • Improved caching behavior with an explicit cache input, a new cache-hit output, corrected cache path resolution, and fixes for redundant cache saves (#91, #102, #110, #111)
  • Improved Windows install performance by optimizing ZIP extraction (#96)

Full Changelog: j178/prek-action@v1...v2.0.0

v2.0.0-beta.6

What's Changed

Full Changelog: j178/prek-action@v2.0.0-beta.5...v2.0.0-beta.6

v2.0.0-beta.5

What's Changed

Full Changelog: j178/prek-action@v2.0.0-beta.4...v2.0.0-beta.5

... (truncated)

Commits

Bumps the actions group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.1` | `6.0.2` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.1.0` | `8.1.0` |
| [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4.12.1` | `4.14.0` |
| [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.8.8` | `0.9.5` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.3.1` | `6.0.0` |
| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |
| [github/issue-metrics](https://github.com/github/issue-metrics) | `3.25.5` | `4.2.2` |
| [j178/prek-action](https://github.com/j178/prek-action) | `1.1.1` | `2.0.2` |
| [scientific-python/upload-nightly-action](https://github.com/scientific-python/upload-nightly-action) | `0.6.3` | `0.6.4` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.8` | `8.1.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `7.0.0` | `8.0.1` |
| [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.13.0` | `1.14.0` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.2` | `0.5.3` |



Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.1...de0fac2)

Updates `astral-sh/setup-uv` from 6.1.0 to 8.1.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6.1...0880764)

Updates `CodSpeedHQ/action` from 4.12.1 to 4.14.0
- [Release notes](https://github.com/codspeedhq/action/releases)
- [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md)
- [Commits](CodSpeedHQ/action@1c8ae48...658a901)

Updates `prefix-dev/setup-pixi` from 0.8.8 to 0.9.5
- [Release notes](https://github.com/prefix-dev/setup-pixi/releases)
- [Commits](prefix-dev/setup-pixi@19eac09...1b2de7f)

Updates `codecov/codecov-action` from 5.3.1 to 6.0.0
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.3.1...57e3a13)

Updates `actions/cache` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@6682284...27d5ce7)

Updates `github/issue-metrics` from 3.25.5 to 4.2.2
- [Release notes](https://github.com/github/issue-metrics/releases)
- [Commits](github-community-projects/issue-metrics@67526e7...c9e9838)

Updates `j178/prek-action` from 1.1.1 to 2.0.2
- [Release notes](https://github.com/j178/prek-action/releases)
- [Commits](j178/prek-action@0bb87d7...cbc2f23)

Updates `scientific-python/upload-nightly-action` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/scientific-python/upload-nightly-action/releases)
- [Commits](scientific-python/upload-nightly-action@5748273...e76cfec)

Updates `peter-evans/create-pull-request` from 7.0.8 to 8.1.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@271a8d0...5f6978f)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `actions/download-artifact` from 7.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@37930b1...3e5f45b)

Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@ed0c539...cef2210)

Updates `zizmorcore/zizmor-action` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@71321a2...b1d7e1f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: CodSpeedHQ/action
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: prefix-dev/setup-pixi
  dependency-version: 0.9.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/cache
  dependency-version: 5.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: github/issue-metrics
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: j178/prek-action
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: scientific-python/upload-nightly-action
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 May 2, 2026
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.

0 participants