Skip to content

chore(deps): bump the all-dependencies group across 1 directory with 2 updates#75

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-05086d0457
Open

chore(deps): bump the all-dependencies group across 1 directory with 2 updates#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-dependencies-05086d0457

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 2 updates in the / directory: actions/checkout and actions/github-script.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

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

v6.0.3

What's Changed

New Contributors

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

v6.0.2

What's Changed

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

v6.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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 actions/github-script from 8 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

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 Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

Criterion benchmark comparison (PR head vs base branch)

�[1m�[92m    Finished�[0m `bench` profile [optimized] target(s) in 0.13s
�[1m�[92m     Running�[0m benches/engine_bench.rs (target/release/deps/engine_bench-c04af8d72c32a92a)
Gnuplot not found, using plotters backend
Benchmarking full_run_no_cache
Benchmarking full_run_no_cache: Warming up for 3.0000 s
Benchmarking full_run_no_cache: Collecting 20 samples in estimated 5.6814 s (1680 iterations)
Benchmarking full_run_no_cache: Analyzing
full_run_no_cache       time:   [3.3012 ms 3.3074 ms 3.3136 ms]
                        change: [-0.7279% -0.3506% +0.0133%] (p = 0.08 > 0.05)
                        No change in performance detected.

Benchmarking single_file_edit_incremental
Benchmarking single_file_edit_incremental: Warming up for 3.0000 s
Benchmarking single_file_edit_incremental: Collecting 20 samples in estimated 5.7266 s (840 iterations)
Benchmarking single_file_edit_incremental: Analyzing
single_file_edit_incremental
                        time:   [1.0556 ms 1.0634 ms 1.0725 ms]
                        change: [-0.7267% +0.2556% +1.2351%] (p = 0.61 > 0.05)
                        No change in performance detected.


@dependabot dependabot Bot changed the title chore(deps): bump the all-dependencies group with 2 updates chore(deps): bump the all-dependencies group across 1 directory with 2 updates Jul 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-dependencies-05086d0457 branch from 02f5549 to c89c80e Compare July 9, 2026 20:14
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Criterion benchmark comparison (PR head vs base branch)

�[1m�[92m    Finished�[0m `bench` profile [optimized] target(s) in 0.11s
�[1m�[92m     Running�[0m benches/engine_bench.rs (target/release/deps/engine_bench-6fe637be74880c1d)
Gnuplot not found, using plotters backend
Benchmarking full_run_no_cache
Benchmarking full_run_no_cache: Warming up for 3.0000 s
Benchmarking full_run_no_cache: Collecting 20 samples in estimated 5.3614 s (1680 iterations)
Benchmarking full_run_no_cache: Analyzing
full_run_no_cache       time:   [3.0996 ms 3.1114 ms 3.1205 ms]
                        change: [-0.6221% +0.2094% +1.1441%] (p = 0.65 > 0.05)
                        No change in performance detected.
Found 2 outliers among 20 measurements (10.00%)
  2 (10.00%) high mild

Benchmarking single_file_edit_incremental
Benchmarking single_file_edit_incremental: Warming up for 3.0000 s
Benchmarking single_file_edit_incremental: Collecting 20 samples in estimated 5.0799 s (840 iterations)
Benchmarking single_file_edit_incremental: Analyzing
single_file_edit_incremental
                        time:   [981.55 µs 993.60 µs 1.0070 ms]
                        change: [-2.2686% -0.8932% +0.5155%] (p = 0.22 > 0.05)
                        No change in performance detected.
Found 1 outliers among 20 measurements (5.00%)
  1 (5.00%) low mild


@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-dependencies-05086d0457 branch from c89c80e to 0fcd74b Compare July 11, 2026 18:20
@github-actions

Copy link
Copy Markdown

Criterion benchmark comparison (PR head vs base branch)

�[1m�[92m    Finished�[0m `bench` profile [optimized] target(s) in 0.12s
�[1m�[92m     Running�[0m benches/engine_bench.rs (target/release/deps/engine_bench-bdd6d88ffec8dc6c)
Gnuplot not found, using plotters backend
Benchmarking full_run_no_cache
Benchmarking full_run_no_cache: Warming up for 3.0000 s
Benchmarking full_run_no_cache: Collecting 20 samples in estimated 5.5636 s (1680 iterations)
Benchmarking full_run_no_cache: Analyzing
full_run_no_cache       time:   [3.2309 ms 3.2376 ms 3.2432 ms]
                        change: [-0.7710% -0.2930% +0.1690%] (p = 0.25 > 0.05)
                        No change in performance detected.
Found 2 outliers among 20 measurements (10.00%)
  1 (5.00%) low mild
  1 (5.00%) high severe

Benchmarking single_file_edit_incremental
Benchmarking single_file_edit_incremental: Warming up for 3.0000 s
Benchmarking single_file_edit_incremental: Collecting 20 samples in estimated 5.6308 s (840 iterations)
Benchmarking single_file_edit_incremental: Analyzing
single_file_edit_incremental
                        time:   [995.16 µs 997.85 µs 999.90 µs]
                        change: [-0.2979% +0.1639% +0.6079%] (p = 0.50 > 0.05)
                        No change in performance detected.
Found 2 outliers among 20 measurements (10.00%)
  1 (5.00%) low severe
  1 (5.00%) low mild


…2 updates

Bumps the all-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/github-script](https://github.com/actions/github-script).


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

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/all-dependencies-05086d0457 branch from 0fcd74b to 60eaee1 Compare July 12, 2026 10:43
@github-actions

Copy link
Copy Markdown

Criterion benchmark comparison (PR head vs base branch)

�[1m�[92m    Finished�[0m `bench` profile [optimized] target(s) in 0.13s
�[1m�[92m     Running�[0m benches/engine_bench.rs (target/release/deps/engine_bench-9b52f77c1445d7bf)
Gnuplot not found, using plotters backend
Benchmarking full_run_no_cache
Benchmarking full_run_no_cache: Warming up for 3.0000 s
Benchmarking full_run_no_cache: Collecting 20 samples in estimated 5.1022 s (1470 iterations)
Benchmarking full_run_no_cache: Analyzing
full_run_no_cache       time:   [3.3633 ms 3.3729 ms 3.3837 ms]
                        change: [+0.6118% +0.9220% +1.2583%] (p = 0.00 < 0.05)
                        Change within noise threshold.
Found 2 outliers among 20 measurements (10.00%)
  2 (10.00%) high mild

Benchmarking single_file_edit_incremental
Benchmarking single_file_edit_incremental: Warming up for 3.0000 s
Benchmarking single_file_edit_incremental: Collecting 20 samples in estimated 5.8599 s (840 iterations)
Benchmarking single_file_edit_incremental: Analyzing
single_file_edit_incremental
                        time:   [1.0616 ms 1.0696 ms 1.0801 ms]
                        change: [-0.7480% +0.2047% +1.1870%] (p = 0.69 > 0.05)
                        No change in performance detected.
Found 1 outliers among 20 measurements (5.00%)
  1 (5.00%) high mild


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