Skip to content

build(deps): bump the github-actions group across 1 directory with 5 updates - #1107

Merged
reubeno merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-6c74badd3e
Apr 20, 2026
Merged

build(deps): bump the github-actions group across 1 directory with 5 updates#1107
reubeno merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-6c74badd3e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates in the / directory:

Package From To
actions/upload-artifact 7.0.0 7.0.1
actions-rust-lang/setup-rust-toolchain 1.15.4 1.16.0
taiki-e/install-action 2.75.7 2.75.10
actions/github-script 8.0.0 9.0.0
crate-ci/typos 1.45.0 1.45.1

Updates actions/upload-artifact from 7.0.0 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • See full diff in compare view

Updates actions-rust-lang/setup-rust-toolchain from 1.15.4 to 1.16.0

Release notes

Sourced from actions-rust-lang/setup-rust-toolchain's releases.

v1.16.0

What's Changed

New Contributors

Full Changelog: actions-rust-lang/setup-rust-toolchain@v1.15.4...v1.16.0

Changelog

Sourced from actions-rust-lang/setup-rust-toolchain's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.16.0] - 2026-04-13

  • Add new parameter cache-save-if that is propagated to Swatinem/rust-cache as save-if (#90 by @​ChanTsune)

[1.15.4] - 2026-03-15

  • Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#87 by @​hyperfinitism) This gets rid of the warnings about Node.js 20.

[1.15.3] - 2026-03-01

  • Bump Swatinem/rust-cache from 2.8.1 to 2.8.2

[1.15.2] - 2025-10-04

  • Fix: Run the version detection steps in the selected rust-src-dir directory. This should enable the version selection even without a default toolchain installed. Fixes #74.

[1.15.1] - 2025-09-23

  • Update Swatinem/rust-cache to v2.8.1

[1.15.0] - 2025-09-14

  • Add support for non-root source directory. Accept source code and rust-toolchain.toml file in subdirectories of the repository. Adds a new parameter rust-src-dir that controls the lookup for toolchain files and sets a default value for the cache-workspace input. (#69 by @​Kubaryt)

[1.14.1] - 2025-08-28

[1.14.0] - 2025-08-23

  • Add new parameters cache-all-crates and cache-workspace-crates that are propagated to Swatinem/rust-cache as cache-all-crates and cache-workspace-crates

[1.13.0] - 2025-06-16

  • Add new parameter cache-provider that is propagated to Swatinem/rust-cache as cache-provider (#65 by @​mindrunner)

... (truncated)

Commits
  • 2b1f5e9 Update CHANGELOG for version 1.16.0
  • 9030f3d Merge pull request #90 from ChanTsune/feat/cache-save-if
  • 186b99e feat: add cache-save-if input to propagate save-if to Swatinem/rust-cache
  • d197c15 Merge pull request #88 from ryuapp/chore/update-chekcout-v6-on-readme
  • fa057b4 Update actions/checkout to v6 on README
  • See full diff in compare view

Updates taiki-e/install-action from 2.75.7 to 2.75.10

Release notes

Sourced from taiki-e/install-action's releases.

2.75.10

  • Update tombi@latest to 0.9.17.

  • Update mise@latest to 2026.4.10.

2.75.9

  • Enhance security when cargo-binstall fallback is used. (acc1621b)

2.75.8

  • Update vacuum@latest to 0.25.8.

  • Update mise@latest to 2026.4.9.

  • Update cargo-binstall@latest to 1.18.0.

  • Update gungraun-runner@latest to 0.18.1.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Update mise@latest to 2026.4.17.

[2.75.18] - 2026-04-19

  • Update vacuum@latest to 0.26.1.

  • Update wasm-tools@latest to 1.247.0.

  • Update mise@latest to 2026.4.16.

  • Update espup@latest to 0.17.1.

  • Update trivy@latest to 0.70.0.

[2.75.17] - 2026-04-17

  • Update tombi@latest to 0.9.18.

  • Update mise@latest to 2026.4.15.

[2.75.16] - 2026-04-17

  • Update uv@latest to 0.11.7.

  • Update mise@latest to 2026.4.14.

  • Update vacuum@latest to 0.25.9.

  • Update cargo-machete@latest to 0.9.2.

  • Update cargo-deny@latest to 0.19.4.

[2.75.15] - 2026-04-16

  • Update cargo-nextest@latest to 0.9.133.

  • Update biome@latest to 2.4.12.

... (truncated)

Commits

Updates actions/github-script from 8.0.0 to 9.0.0

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

Updates crate-ci/typos from 1.45.0 to 1.45.1

Release notes

Sourced from crate-ci/typos's releases.

v1.45.1

[1.45.1] - 2026-04-13

Fixes

  • (action) Use a temp dir for caching
Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.45.1] - 2026-04-13

Fixes

  • (action) Use a temp dir for caching

[1.45.0] - 2026-04-01

Features

  • Updated the dictionary with the March 2026 changes

[1.44.0] - 2026-02-27

Features

[1.43.5] - 2026-02-16

Fixes

  • (pypi) Hopefully fix the sdist build

[1.43.4] - 2026-02-09

Fixes

  • Don't correct pincher

[1.43.3] - 2026-02-06

Fixes

  • (action) Adjust how typos are reported to github

[1.43.2] - 2026-02-05

Fixes

  • Don't correct certifi in Python

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026
@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

Test Results

    5 files     40 suites   14m 35s ⏱️
2 472 tests 2 472 ✅ 0 💤 0 ❌
7 685 runs  7 685 ✅ 0 💤 0 ❌

Results for commit b18e2df.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

Performance Benchmark Report

Benchmark name Baseline (μs) Test/PR (μs) Delta (μs) Delta %
clone_shell_object 17.24 μs 17.29 μs 0.04 μs ⚪ Unchanged
eval_arithmetic 0.15 μs 0.15 μs 0.01 μs ⚪ Unchanged
expand_one_string 1.63 μs 1.82 μs 0.19 μs ⚪ Unchanged
for_loop 29.29 μs 30.17 μs 0.88 μs 🟠 +3.00%
full_peg_complex 57.39 μs 57.73 μs 0.34 μs ⚪ Unchanged
full_peg_for_loop 6.24 μs 6.21 μs -0.03 μs ⚪ Unchanged
full_peg_nested_expansions 16.28 μs 16.47 μs 0.19 μs 🟠 +1.16%
full_peg_pipeline 4.24 μs 4.22 μs -0.02 μs ⚪ Unchanged
full_peg_simple 1.77 μs 1.76 μs -0.01 μs ⚪ Unchanged
function_call 3.56 μs 4.35 μs 0.79 μs 🟠 +22.23%
instantiate_shell 54.01 μs 53.99 μs -0.02 μs ⚪ Unchanged
instantiate_shell_with_init_scripts 27191.24 μs 26786.95 μs -404.30 μs ⚪ Unchanged
parse_peg_bash_completion 2085.05 μs 2091.24 μs 6.20 μs ⚪ Unchanged
parse_peg_complex 20.00 μs 19.98 μs -0.02 μs ⚪ Unchanged
parse_peg_for_loop 2.00 μs 1.99 μs -0.02 μs ⚪ Unchanged
parse_peg_pipeline 2.20 μs 2.15 μs -0.05 μs ⚪ Unchanged
parse_peg_simple 1.11 μs 1.08 μs -0.03 μs 🟢 -2.43%
run_echo_builtin_command 17.24 μs 17.76 μs 0.52 μs ⚪ Unchanged
tokenize_sample_script 3.40 μs 3.36 μs -0.04 μs ⚪ Unchanged

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
brush-core/src/results.rs 🟢 80.16% 🟢 83.33% 🟢 3.17%
brush-test-harness/src/comparison.rs 🟢 80.77% 🟢 76.92% 🔴 -3.85%
brush-test-harness/src/reporting.rs 🔴 29.93% 🔴 11.62% 🔴 -18.31%
brush-test-harness/src/runner.rs 🟢 84.77% 🟢 84.17% 🔴 -0.6%
brush-test-harness/src/util.rs 🟠 71.64% 🔴 47.76% 🔴 -23.88%
Overall Coverage 🟢 75.02% 🟢 74.7% 🔴 -0.32%

Minimum allowed coverage is 70%, this run produced 74.7%

Test Summary: bash-completion test suite

Outcome Count Percentage
✅ Pass 1584 75.11
❗️ Error 17 0.81
❌ Fail 154 7.30
⏩ Skip 339 16.07
❎ Expected Fail 13 0.62
✔️ Unexpected Pass 2 0.09
📊 Total 2109 100.00

@reubeno

reubeno commented Apr 20, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |
| [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) | `1.15.4` | `1.16.0` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.75.7` | `2.75.10` |
| [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.45.0` | `1.45.1` |


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-rust-lang/setup-rust-toolchain` from 1.15.4 to 1.16.0
- [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases)
- [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md)
- [Commits](actions-rust-lang/setup-rust-toolchain@150fca8...2b1f5e9)

Updates `taiki-e/install-action` from 2.75.7 to 2.75.10
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@0abfcd5...85b24a6)

Updates `actions/github-script` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@ed59741...3a2844b)

Updates `crate-ci/typos` from 1.45.0 to 1.45.1
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@02ea592...cf5f1c2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions-rust-lang/setup-rust-toolchain
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.75.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump the github-actions group with 5 updates build(deps): bump the github-actions group across 1 directory with 5 updates Apr 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-6c74badd3e branch from 333e9d5 to b18e2df Compare April 20, 2026 03:37
@reubeno
reubeno merged commit c2712d3 into main Apr 20, 2026
76 of 77 checks passed
@reubeno
reubeno deleted the dependabot/github_actions/github-actions-6c74badd3e branch April 20, 2026 04: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