Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-50a430f0ab
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-50a430f0ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
actions/checkout 6 7
actions/upload-artifact 4 7
jdx/mise-action 4.2.5 4.3.0
streetsidesoftware/cspell-action 8 9
pyvista/setup-headless-display-action 4 5
pnpm/action-setup 6.0.10 6.1.0
actions/cache 4 6
actions/setup-java 5 6
pypa/cibuildwheel 4.2.0 4.2.1
flatpak/flatpak-github-actions 6.7 6.8
microsoft/microsoft-store-apppublisher 1.1 1.4

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

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

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 actions/upload-artifact from 4 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v6.0.0

v6 - What's new

[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

... (truncated)

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)
  • bbbca2d Support direct file uploads (#764)
  • 589182c Upgrade the module to ESM and bump dependencies (#762)
  • 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests
  • 02a8460 Add proxy integration test
  • b7c566a Merge pull request #745 from actions/upload-artifact-v6-release
  • e516bc8 docs: correct description of Node.js 24 support in README
  • Additional commits viewable in compare view

Updates jdx/mise-action from 4.2.5 to 4.3.0

Release notes

Sourced from jdx/mise-action's releases.

v4.3.0: Install age-filtered mise releases

A small release that adds an opt-in way to hold back from installing brand-new mise releases.

Added

minimum_release_age input (#604 by @​jdx)

When version is omitted, you can now set minimum_release_age to install the newest stable, non-draft mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes #603).

- uses: jdx/mise-action@v4
  with:
    minimum_release_age: 7d

It accepts relative durations (24h, 7d, 6mo, 1y) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicit version always takes precedence over minimum_release_age, and invalid dates fail fast.

Full Changelog: jdx/mise-action@v4.2.5...v4.3.0

Changelog

Sourced from jdx/mise-action's changelog.

4.3.0 - 2026-08-24

🚀 Features


Commits

Updates streetsidesoftware/cspell-action from 8 to 9

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v9.0.0

9.0.0 (2026-08-15)

⚠ BREAKING CHANGES

  • Update CSpell version (10.0.0) (#2675)

Features

Updates and Bug Fixes

  • Update CSpell version (10.0.1) (#2711) (27dd4ca)
  • Update Dictionaries and Dependencies (#2717) (7f801da)
  • Update Dictionaries and Dependencies (#2729) (7a30246)
  • Workflow Bot -- Update ALL Dependencies (main) (#2676) (927b1b4)
  • Workflow Bot -- Update ALL Dependencies (main) (#2683) (1130633)
  • Workflow Bot -- Update ALL Dependencies (main) (#2694) (ec37533)
  • Workflow Bot -- Update ALL Dependencies (main) (#2695) (7dcf120)
  • Workflow Bot -- Update ALL Dependencies (main) (#2696) (d552416)
  • Workflow Bot -- Update ALL Dependencies (main) (#2710) (f433a62)

v8.4.0

8.4.0 (2026-04-05)

Features

Updates and Bug Fixes

  • Update Dictionaries and Dependencies (#2628) (356d6ad)
  • Update Dictionaries and Dependencies (#2634) (4d2f4fd)
  • Update Dictionaries and Dependencies (#2642) (21dee0c)
  • Update Dictionaries and Dependencies (#2657) (3f8d667)
  • Update Dictionaries and Dependencies (#2661) (e15595b)
  • Update Dictionaries and Dependencies (#2668) (d58ab56)
  • Workflow Bot -- Update ALL Dependencies (main) (#2633) (8adf80d)
  • Workflow Bot -- Update ALL Dependencies (main) (#2637) (6fe080d)
  • Workflow Bot -- Update ALL Dependencies (main) (#2650) (164c120)
  • Workflow Bot -- Update ALL Dependencies (main) (#2652) (dca5a81)
  • Workflow Bot -- Update ALL Dependencies (main) (#2656) (1afd36f)
  • Workflow Bot -- Update ALL Dependencies (main) (#2663) (a327cce)

v8.3.0

... (truncated)

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

8.0.0 (2025-11-08)

⚠ BREAKING CHANGES

  • Use node24 runner (#2494)

Features

Updates and Bug Fixes

7.2.1 (2025-10-26)

Updates and Bug Fixes

  • empty report setting will use the value in a config file if it is defined, otherwise use all (374c805)
  • Make sure the report default is undefined (#2475) (33d4ba9)
  • Update CSpell version (9.2.1) (#2426) (c7313f0)
  • Update CSpell version (9.2.2) (#2460) (f604f36)
  • Update Dictionaries and Dependencies (#2404) (42b73be)
  • Update Dictionaries and Dependencies (#2416) (b7f60aa)
  • Update Dictionaries and Dependencies (#2419) (12aaed9)
  • Update Dictionaries and Dependencies (#2433) (910b662)
  • Update Dictionaries and Dependencies (#2435) (904b6fc)
  • Workflow Bot -- Update ALL Dependencies (main) (#2403) (22b01fb)
  • Workflow Bot -- Update ALL Dependencies (main) (#2417) (db2a037)
  • Workflow Bot -- Update ALL Dependencies (main) (#2434) (cb25c56)
  • Workflow Bot -- Update ALL Dependencies (main) (#2446) (b54e668)
  • Workflow Bot -- Update ALL Dependencies (main) (#2448) (72ae91e)
  • Workflow Bot -- Update ALL Dependencies (main) (#2451) (5ebb234)

7.2.0 (2025-07-26)

Features

Updates and Bug Fixes

... (truncated)

Commits

Updates pyvista/setup-headless-display-action from 4 to 5

Release notes

Sourced from pyvista/setup-headless-display-action's releases.

v5.0.0

What's Changed

New Contributors

Full Changelog: pyvista/setup-headless-display-action@v4...v5.0.0

v4.3

What's Changed

v4.2

What's Changed

Full Changelog: pyvista/setup-headless-display-action@v4...v4.2

v4.1

What's Changed

Full Changelog: pyvista/setup-headless-display-action@v4...v4.1

Commits
  • c103a2f Set LP_NUM_THREADS=0 with the Windows off-screen renderer (#55)
  • fd3f0c7 Bump pyvista/setup-headless-display-action from 4 to 5 in the actions group (...
  • b0bf9f5 Support wayland via weston (#53)
  • b2dab26 Fix timeouts (#52)
  • 21b8901 Bump actions/setup-python from 6 to 7 in the actions group (#51)
  • 57ebfcf Bump actions/checkout from 6 to 7 in the actions group (#50)
  • 8e2e967 Prevent 24-hour macOS production workflow hangs (#49)
  • See full diff in compare view

Updates pnpm/action-setup from 6.0.10 to 6.1.0

Release notes

Sourced from pnpm/action-setup's releases.

v6.1.0

What's Changed

Full Changelog: pnpm/action-setup@v6.0.10...v6.1.0

Commits

Updates actions/cache from 4 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

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

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates actions/setup-java from 5 to 6

Release notes

Sourced from actions/setup-java's releases.

v6.0.0

What's Changed

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-50a430f0ab branch from 75f8a6f to dfad47e Compare September 16, 2026 20:52
… updates

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

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` |
| [jdx/mise-action](https://github.com/jdx/mise-action) | `4.2.5` | `4.3.0` |
| [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) | `8` | `9` |
| [pyvista/setup-headless-display-action](https://github.com/pyvista/setup-headless-display-action) | `4` | `5` |
| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `6.0.10` | `6.1.0` |
| [actions/cache](https://github.com/actions/cache) | `4` | `6` |
| [actions/setup-java](https://github.com/actions/setup-java) | `5` | `6` |
| [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `4.2.0` | `4.2.1` |
| [flatpak/flatpak-github-actions](https://github.com/flatpak/flatpak-github-actions) | `6.7` | `6.8` |
| [microsoft/microsoft-store-apppublisher](https://github.com/microsoft/microsoft-store-apppublisher) | `1.1` | `1.4` |



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/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

Updates `jdx/mise-action` from 4.2.5 to 4.3.0
- [Release notes](https://github.com/jdx/mise-action/releases)
- [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md)
- [Commits](jdx/mise-action@v4.2.5...v4.3.0)

Updates `streetsidesoftware/cspell-action` from 8 to 9
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@v8...v9)

Updates `pyvista/setup-headless-display-action` from 4 to 5
- [Release notes](https://github.com/pyvista/setup-headless-display-action/releases)
- [Commits](pyvista/setup-headless-display-action@v4...v5)

Updates `pnpm/action-setup` from 6.0.10 to 6.1.0
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v6.0.10...v6.1.0)

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

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

Updates `pypa/cibuildwheel` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v4.2.0...v4.2.1)

Updates `flatpak/flatpak-github-actions` from 6.7 to 6.8
- [Release notes](https://github.com/flatpak/flatpak-github-actions/releases)
- [Commits](flatpak/flatpak-github-actions@v6.7...v6.8)

Updates `microsoft/microsoft-store-apppublisher` from 1.1 to 1.4
- [Release notes](https://github.com/microsoft/microsoft-store-apppublisher/releases)
- [Commits](microsoft/microsoft-store-apppublisher@v1.1...v1.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-java
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: flatpak/flatpak-github-actions
  dependency-version: '6.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: jdx/mise-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: microsoft/microsoft-store-apppublisher
  dependency-version: '1.4'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: pnpm/action-setup
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: pypa/cibuildwheel
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: pyvista/setup-headless-display-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: streetsidesoftware/cspell-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
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