Skip to content

Bump the actions group across 1 directory with 6 updates#1703

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

Bump the actions group across 1 directory with 6 updates#1703
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-f3320df551

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
huggingface/doc-builder/.github/workflows/build_main_documentation.yml 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 bcff59fca682130d2e7271ca8589911b7ac0b8bf
huggingface/doc-builder/.github/workflows/build_pr_documentation.yml 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 bcff59fca682130d2e7271ca8589911b7ac0b8bf
actions/checkout 6.0.2 6.0.3
pnpm/action-setup 4.3.0 6.0.8
actions/setup-node 6.3.0 6.4.0
huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml 9ad2de8582b56c017cb530c1165116d40433f1c6 bcff59fca682130d2e7271ca8589911b7ac0b8bf

Updates huggingface/doc-builder/.github/workflows/build_main_documentation.yml from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 to bcff59fca682130d2e7271ca8589911b7ac0b8bf

Commits
  • bcff59f fix(kit): don't crash prerender when a provider/task has no snippet (#791)
  • b0f9a6e update (#788)
  • 093eb65 feat: add language-* class to rendered code blocks (#787)
  • 8991858 fix: preserve angle-bracketed content in code blocks when exporting Markdown ...
  • 2430c1e feat: pin missing deps + update (#783)
  • 37b4351 fix(ci): set default shell to bash in build workflow jobs (#784)
  • 2f8115f fix(ci): sync to bucket before zip-push to preserve extracted files (#782)
  • 8624007 feat: make >>> and ... REPL prompts unselectable in code blocks (#781)
  • 9ad2de8 feat: sync PR docs to HF bucket instead of git dataset (#780)
  • 3ffa60f fix(security): sanitize PR data interpolation in upload_pr_documentation work...
  • Additional commits viewable in compare view

Updates huggingface/doc-builder/.github/workflows/build_pr_documentation.yml from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 to bcff59fca682130d2e7271ca8589911b7ac0b8bf

Commits
  • bcff59f fix(kit): don't crash prerender when a provider/task has no snippet (#791)
  • b0f9a6e update (#788)
  • 093eb65 feat: add language-* class to rendered code blocks (#787)
  • 8991858 fix: preserve angle-bracketed content in code blocks when exporting Markdown ...
  • 2430c1e feat: pin missing deps + update (#783)
  • 37b4351 fix(ci): set default shell to bash in build workflow jobs (#784)
  • 2f8115f fix(ci): sync to bucket before zip-push to preserve extracted files (#782)
  • 8624007 feat: make >>> and ... REPL prompts unselectable in code blocks (#781)
  • 9ad2de8 feat: sync PR docs to HF bucket instead of git dataset (#780)
  • 3ffa60f fix(security): sanitize PR data interpolation in upload_pr_documentation work...
  • Additional commits viewable in compare view

Updates actions/checkout from 6.0.2 to 6.0.3

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

... (truncated)

Commits

Updates pnpm/action-setup from 4.3.0 to 6.0.8

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.8

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8

v6.0.7

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7

v6.0.6

What's Changed

Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6

v6.0.5

What's Changed

Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5

v6.0.4

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.3...v6.0.4

v6.0.3

Updated pnpm to v11.0.0-rc.5

Full Changelog: pnpm/action-setup@v6.0.2...v6.0.3

... (truncated)

Commits
  • 0e279bb fix: update pnpm to 11.1.1 (#248)
  • 3e83581 fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)
  • 551b42e docs(README): fix cache_dependency_path type (#257)
  • 739bfe4 fix: self-update bootstrap to packageManager-pinned version (#233) (#256)
  • f61705d chore: add CODEOWNERS
  • 7a5507b fix: restore inputs from state in post (#255)
  • 1155470 fix: honor devEngines.packageManager.onFail=error (#252) (#254)
  • 91ab88e fix: bin_dest output points to self-updated pnpm, not bootstrap (#249)
  • e578e19 fix: update pnpm to 11.0.4
  • 8912a91 fix: append (not prepend) action node dir to PATH for npm bootstrap (#241)
  • Additional commits viewable in compare view

Updates actions/setup-node from 6.3.0 to 6.4.0

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

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

Commits

Updates huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml from 9ad2de8582b56c017cb530c1165116d40433f1c6 to bcff59fca682130d2e7271ca8589911b7ac0b8bf

Commits
  • bcff59f fix(kit): don't crash prerender when a provider/task has no snippet (#791)
  • b0f9a6e update (#788)
  • 093eb65 feat: add language-* class to rendered code blocks (#787)
  • 8991858 fix: preserve angle-bracketed content in code blocks when exporting Markdown ...
  • 2430c1e feat: pin missing deps + update (#783)
  • 37b4351 fix(ci): set default shell to bash in build workflow jobs (#784)
  • 2f8115f fix(ci): sync to bucket before zip-push to preserve extracted files (#782)
  • 8624007 feat: make >>> and ... REPL prompts unselectable in code blocks (#781)
  • See full diff 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 Jun 10, 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.

@dependabot dependabot Bot changed the title Bump the actions group with 6 updates Bump the actions group across 1 directory with 6 updates Jun 17, 2026
Bumps the actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [huggingface/doc-builder/.github/workflows/build_main_documentation.yml](https://github.com/huggingface/doc-builder) | `90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3` | `bcff59fca682130d2e7271ca8589911b7ac0b8bf` |
| [huggingface/doc-builder/.github/workflows/build_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3` | `bcff59fca682130d2e7271ca8589911b7ac0b8bf` |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` |
| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4.3.0` | `6.0.8` |
| [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` |
| [huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `9ad2de8582b56c017cb530c1165116d40433f1c6` | `bcff59fca682130d2e7271ca8589911b7ac0b8bf` |



Updates `huggingface/doc-builder/.github/workflows/build_main_documentation.yml` from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 to bcff59fca682130d2e7271ca8589911b7ac0b8bf
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@90b4ee2...bcff59f)

Updates `huggingface/doc-builder/.github/workflows/build_pr_documentation.yml` from 90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 to bcff59fca682130d2e7271ca8589911b7ac0b8bf
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@90b4ee2...bcff59f)

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

Updates `pnpm/action-setup` from 4.3.0 to 6.0.8
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@b906aff...0e279bb)

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

Updates `huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml` from 9ad2de8582b56c017cb530c1165116d40433f1c6 to bcff59fca682130d2e7271ca8589911b7ac0b8bf
- [Release notes](https://github.com/huggingface/doc-builder/releases)
- [Commits](huggingface/doc-builder@9ad2de8...bcff59f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/setup-node
  dependency-version: 6.4.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: bcff59fca682130d2e7271ca8589911b7ac0b8bf
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml
  dependency-version: bcff59fca682130d2e7271ca8589911b7ac0b8bf
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml
  dependency-version: bcff59fca682130d2e7271ca8589911b7ac0b8bf
  dependency-type: direct:production
  dependency-group: actions
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions-f3320df551 branch from efde415 to abe93f6 Compare June 17, 2026 01:24
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