Skip to content

build(deps): bump the actions group across 1 directory with 11 updates - #728

Merged
danieldk merged 1 commit into
mainfrom
dependabot/github_actions/actions-601d8329d3
Aug 3, 2026
Merged

build(deps): bump the actions group across 1 directory with 11 updates#728
danieldk merged 1 commit into
mainfrom
dependabot/github_actions/actions-601d8329d3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
huggingface/doc-builder/.github/workflows/build_main_documentation.yml a601280c0e9830f86ac8ecde75eeb3cf733e8bef 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
actions/checkout 7.0.0 7.0.1
cachix/install-nix-action 31.10.6 31.11.0
actions/setup-python 6.3.0 7.0.0
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml a601280c0e9830f86ac8ecde75eeb3cf733e8bef 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
astral-sh/ruff-action 4.0.0 4.1.0
astral-sh/setup-uv 8.2.0 9.0.0
pypa/gh-action-pypi-publish 1.14.0 1.14.1
actions/setup-node 6.4.0 7.0.0
huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml a601280c0e9830f86ac8ecde75eeb3cf733e8bef 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
mitchellh/vouch/action/check-pr 1.4.2 1.5.0

Updates huggingface/doc-builder/.github/workflows/build_main_documentation.yml from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c

Commits
  • 7ccf6c0 fix(ci): read _versions.yml from the serving bucket (#811)
  • 23dc84b Fix .md export losing method names, signatures and section labels (#810)
  • 6108e85 Add reachy_mini mock-deps registry entry (#807)
  • 0f47843 Mock optimum, torchao, gguf for diffusers docs (#806)
  • f8ab2e5 Add bitsandbytes (mock) and sentencepiece (real) to diffusers doc deps (#805)
  • 4a384d0 Fix upload_pr_documentation: drop unused doc-builder install (#804)
  • 7e6bd45 Add tomli to openenv real doc-build deps (#803)
  • e60a538 Add --mock_deps: build docs without installing heavy dependencies (#801)
  • See full diff in compare view

Updates actions/checkout from 7.0.0 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

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 cachix/install-nix-action from 31.10.6 to 31.11.0

Release notes

Sourced from cachix/install-nix-action's releases.

v31.11.0

What's Changed

Full Changelog: cachix/install-nix-action@v31.10.7...v31.11.0

v31.10.7

What's Changed

Full Changelog: cachix/install-nix-action@v31.10.6...v31.10.7

Commits
  • 630ae54 Merge pull request #279 from cachix/create-pull-request/patch
  • 0247906 nix: 2.34.8 -> 2.35.1
  • a49548c Merge pull request #278 from cachix/create-pull-request/patch
  • 147e749 nix: 2.34.7 -> 2.34.8
  • 23cf0fe Merge pull request #276 from cachix/dependabot/github_actions/actions/checkout-7
  • 8bdfc70 chore(deps): bump actions/checkout from 6 to 7
  • See full diff in compare view

Updates actions/setup-python from 6.3.0 to 7.0.0

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

Commits

Updates huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c

Commits
  • 7ccf6c0 fix(ci): read _versions.yml from the serving bucket (#811)
  • 23dc84b Fix .md export losing method names, signatures and section labels (#810)
  • 6108e85 Add reachy_mini mock-deps registry entry (#807)
  • 0f47843 Mock optimum, torchao, gguf for diffusers docs (#806)
  • f8ab2e5 Add bitsandbytes (mock) and sentencepiece (real) to diffusers doc deps (#805)
  • 4a384d0 Fix upload_pr_documentation: drop unused doc-builder install (#804)
  • 7e6bd45 Add tomli to openenv real doc-build deps (#803)
  • e60a538 Add --mock_deps: build docs without installing heavy dependencies (#801)
  • See full diff in compare view

Updates astral-sh/ruff-action from 4.0.0 to 4.1.0

Commits

Updates astral-sh/setup-uv from 8.2.0 to 9.0.0

Release notes

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

v9.0.0 🌈 Change prune-cache default to false

Changes

This release disables the default cache cache pruning to ease the load on the PyPi infrastructure. Since users might experience more GitHub Actions cache usage which might result in higher costs this is marked as a breaking change. To read more on why we did this (now) you can read the detailed analysis and reasoning in #967

Besides this big breaking change we also have a small bugfix while building caches for linux distributions that behave a big different than the "big ones" and a speed up in version resolution by only reading the version manifest until a matching version is found saving runtime and network bandwith.

🚨 Breaking changes

🐛 Bug fixes

  • fix: fall back to distribution ID when os-release has no version field @​cxzhong (#961)

🚀 Enhancements

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

Commits
  • c771a70 chore(deps): roll up Dependabot updates (#970)
  • 2f537ca chore: update known checksums for 0.11.30 (#968)
  • 2269552 Speed up version client by partial response reads (#807)
  • 47a7f4f Change prune-cache default to false (#967)
  • 71966ef chore(deps): roll up Dependabot updates (#962)
  • f12b1f0 fix: fall back to distribution ID when os-release has no version field (#961)
  • ecd24dd chore: update known checksums for 0.11.29 (#960)
  • 6a19136 docs: update version references to v8.3.2 (#949)
  • 11f9893 chore: roll up Dependabot updates (#948)
  • f798556 docs: update version references to v8.3.1 (#946)
  • Additional commits viewable in compare view

Updates pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.14.1

🛠️ Internal Dependencies

@​adisivaprasad💰 helped get rid of the GitHub Actions runner warning about the old Node 20 runtime being used by updating actions/setup-python from v5.6.0 to v6.2.0 in #408.

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.14.0...v1.14.1

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​jylenhof💰 for reminding me to work on this release!

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

Commits
  • ba38be9 Merge pull request #408 from adisivaprasad/bump-setup-python-v6
  • a6c5088 Bump actions/setup-python from v5.6.0 to v6.2.0
  • See full diff in compare view

Updates actions/setup-node from 6.4.0 to 7.0.0

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c

Commits
  • 7ccf6c0 fix(ci): read _versions.yml from the serving bucket (#811)
  • 23dc84b Fix .md export losing method names, signatures and section labels (#810)
  • 6108e85 Add reachy_mini mock-deps registry entry (#807)
  • 0f47843 Mock optimum, torchao, gguf for diffusers docs (#806)
  • f8ab2e5 Add bitsandbytes (mock) and sentencepiece (real) to diffusers doc deps (#805)
  • 4a384d0 Fix upload_pr_documentation: drop unused doc-builder install (#804)
  • 7e6bd45 Add tomli to openenv real doc-build deps (#803)
  • e60a538 Add --mock_deps: build docs without installing heavy dependencies (#801)
  • See full diff in compare view

Updates mitchellh/vouch/action/check-pr from 1.4.2 to 1.5.0

Release notes

Sourced from mitchellh/vouch/action/check-pr's releases.

v1.5.0

What's New

Improvements

-action/check-issue has a new option auto-lock to automatically lock closed issues. (#90)

  • gh-manage-by-discussion supports numerical IDs. (#77)
Commits
  • d66fa29 Merge pull request #93 from mitchellh/dependabot/github_actions/actions/check...
  • c22b93d Bump actions/checkout from 6.0.2 to 7.0.0
  • baeb3bf Merge pull request #90 from trag1c/lock-issues
  • 52aec3d add an option to lock closed issues
  • 3dbc69c Merge pull request #87 from freepicheep/example-attribute
  • a693346 Update VOUCHED list
  • 21177c0 Merge pull request #74 from pavelzw/vouch-cli
  • 527cdc3 Merge pull request #81 from mitchellh/dependabot/github_actions/hustcer/setup...
  • 1895e9c feat: use @​example attribute for command examples
  • 8c80ada Update README
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 27, 2026
@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@github-actions

github-actions Bot commented Jul 27, 2026

Copy link
Copy Markdown

Coverage report — kernels/

Measured on: Python 3.10 / Torch 2.13.0.
Other CI configurations are not included in this number.
Hardware-gated code paths (ROCm/XPU/NPU/Darwin/Windows) are excluded or unreachable on the Linux+CUDA runner.

Total coverage: 84.6% — threshold: 80% — ✅

Per-file breakdown
Name Stmts Miss Cover Missing
src/kernels/__init__.py 10 0 100%
src/kernels/_system.py 6 1 83% 10
src/kernels/_versions.py 63 7 89% 46, 49, 52-53, 56-57, 100
src/kernels/backends.py 194 55 72% 40, 44, 48-51, 68, 90, 108, 117, 121, 125-127, 148, 170, 181, 188-191, 201, 205-225, 233, 256-276
src/kernels/compat.py 8 1 88% 5
src/kernels/deps.py 54 4 93% 58-59, 95, 98
src/kernels/layer/__init__.py 6 0 100%
src/kernels/layer/_interval_tree.py 103 4 96% 23, 52, 147, 150
src/kernels/layer/device.py 48 14 71% 42, 47-49, 91, 96-98, 101, 149, 152, 155-157
src/kernels/layer/func.py 81 7 91% 81, 111, 183, 301, 307, 320, 338
src/kernels/layer/globals.py 5 0 100%
src/kernels/layer/kernelize.py 74 8 89% 255, 281, 289-290, 296, 300, 316-318
src/kernels/layer/layer.py 210 16 92% 167, 210, 216, 229, 337, 417-418, 430, 439, 447, 458, 487, 491, 504, 557, 587
src/kernels/layer/mode.py 14 0 100%
src/kernels/layer/repos.py 130 34 74% 27, 33, 36-41, 61-62, 68, 71-74, 88, 92, 101-102, 108, 111-114, 121-122, 128, 131-134, 141-142, 148, 151-154, 235
src/kernels/lockfile.py 71 46 35% 37-104, 108-131
src/kernels/status.py 49 2 96% 23, 81
src/kernels/utils.py 313 55 82% 65, 77-81, 87-88, 246, 250, 253, 315, 323, 362-363, 401, 432, 437, 472, 701, 704, 706, 712, 725-726, 747-759, 763-770, 778, 782-792, 796-803, 841, 845, 864, 866
src/kernels/variants.py 270 22 92% 63, 94, 115, 145, 254-255, 297-300, 302, 386-393, 399-405, 436-442, 454-460, 559-561
src/kernels/verify.py 88 1 99% 32
TOTAL 1797 277 85%

Updated by the Test kernels workflow on commit 2dfc6912e3da3b89429da5a0b22ca23cc9308c8e.

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

| Package | From | To |
| --- | --- | --- |
| [huggingface/doc-builder/.github/workflows/build_main_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c` |
| [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` |
| [cachix/install-nix-action](https://github.com/cachix/install-nix-action) | `31.10.6` | `31.11.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `6.3.0` | `7.0.0` |
| [huggingface/doc-builder/.github/workflows/build_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c` |
| [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) | `4.0.0` | `4.1.0` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `9.0.0` |
| [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.0` | `1.14.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.4.0` | `7.0.0` |
| [huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c` |
| [mitchellh/vouch/action/check-pr](https://github.com/mitchellh/vouch) | `1.4.2` | `1.5.0` |



Updates `huggingface/doc-builder/.github/workflows/build_main_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@a601280...7ccf6c0)

Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9c091bb...3d3c42e)

Updates `cachix/install-nix-action` from 31.10.6 to 31.11.0
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md)
- [Commits](cachix/install-nix-action@8aa0397...630ae54)

Updates `actions/setup-python` from 6.3.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@ece7cb0...5fda3b9)

Updates `huggingface/doc-builder/.github/workflows/build_pr_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@a601280...7ccf6c0)

Updates `astral-sh/ruff-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/astral-sh/ruff-action/releases)
- [Commits](astral-sh/ruff-action@0ce1b0b...278981a)

Updates `astral-sh/setup-uv` from 8.2.0 to 9.0.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@fac544c...c771a70)

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

Updates `actions/setup-node` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@48b55a0...8207627)

Updates `huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 7ccf6c02dc2e3aea1b07f6668f783b20c3bf407c
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@a601280...7ccf6c0)

Updates `mitchellh/vouch/action/check-pr` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/mitchellh/vouch/releases)
- [Commits](mitchellh/vouch@c6d80ea...d66fa29)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: actions/setup-python
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: astral-sh/ruff-action
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: astral-sh/setup-uv
  dependency-version: 8.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: cachix/install-nix-action
  dependency-version: 31.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: huggingface/doc-builder/.github/workflows/build_main_documentation.yml
  dependency-version: 6108e850ae1cf2f71bb0815a600bcd50c39abfa7
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml
  dependency-version: 6108e850ae1cf2f71bb0815a600bcd50c39abfa7
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml
  dependency-version: 6108e850ae1cf2f71bb0815a600bcd50c39abfa7
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: mitchellh/vouch/action/check-pr
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-601d8329d3 branch from bf3fbc6 to 2dfc691 Compare August 3, 2026 00:40
@danieldk
danieldk merged commit 97ac81e into main Aug 3, 2026
53 of 56 checks passed
@danieldk
danieldk deleted the dependabot/github_actions/actions-601d8329d3 branch August 3, 2026 07:47
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.

2 participants