Skip to content

Bump the all-actions group across 1 directory with 3 updates#1735

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

Bump the all-actions group across 1 directory with 3 updates#1735
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-dccbae4cb2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 7, 2025

Bumps the all-actions group with 3 updates in the / directory: actions/checkout, actions/setup-node and actions/github-script.

Updates actions/checkout from 4 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

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

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

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.1

What's Changed

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

v4.3.0

What's Changed

... (truncated)

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

Updates actions/setup-node from 4 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

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

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

... (truncated)

Commits

Updates actions/github-script from 7 to 9

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v8.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.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7.1.0

What's Changed

... (truncated)

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • 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 Sep 7, 2025
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 41d9706 to 7feae05 Compare September 14, 2025 02:09
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 7feae05 to b0c6c6e Compare September 28, 2025 02:06
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from b0c6c6e to bbf04f4 Compare October 5, 2025 02:06
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 2dc9a27 to 3a26b0e Compare October 19, 2025 02:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 3a26b0e to 46d48ab Compare October 26, 2025 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 3a49aca to 71a4fd7 Compare November 9, 2025 02:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 2535f4d to 383e26a Compare November 23, 2025 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from a50687a to 8472fed Compare December 7, 2025 02:07
@ElliotFriend
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 8d1a3f0 to 3d1a4a7 Compare December 14, 2025 02:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 3d1a4a7 to 165523d Compare December 21, 2025 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 165523d to 9bf90fa Compare December 28, 2025 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 9bf90fa to ee99044 Compare January 11, 2026 02:08
Copilot AI review requested due to automatic review settings January 18, 2026 02:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from ee99044 to ea9eb12 Compare January 18, 2026 02:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from ea9eb12 to 730be92 Compare January 25, 2026 02:09
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 5809f8f to 467d5b7 Compare February 8, 2026 02:08
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 467d5b7 to 09d61b1 Compare February 15, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 09d61b1 to 9e5085e Compare February 22, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 089d9c0 to 6618fe0 Compare March 8, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 6618fe0 to 6cc1081 Compare March 15, 2026 02:06
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 6cc1081 to 21610c0 Compare March 22, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 21610c0 to 06c10a4 Compare March 29, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch 2 times, most recently from 18be54b to 747302e Compare April 12, 2026 02:07
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from 747302e to bb9a4e6 Compare April 19, 2026 02:08
Bumps the all-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/github-script](https://github.com/actions/github-script).


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

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

Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-actions-dccbae4cb2 branch from bb9a4e6 to a07b36e Compare April 26, 2026 02:07
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