Skip to content

Bump the github-actions group with 8 updates#74

Merged
nedtwigg merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-4848510b53
May 19, 2026
Merged

Bump the github-actions group with 8 updates#74
nedtwigg merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-4848510b53

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Bumps the github-actions group with 8 updates:

Package From To
actions/checkout 4.3.1 6.0.2
actions/setup-node 4.4.0 6.4.0
pnpm/action-setup f40ffcd9367d9f12939873eb1018b921a783ffaa b906affcce14559ad1aafd4ab0e942779e9f58b1
chromaui/action 1fd1c4b0d4411b6de61818251f04b047850bf500 1bbb5819252d9782cb7d77122d9becae467def18
swatinem/rust-cache 42dc69e1aa15d09112580998cf2ef0119e2e91ae e18b497796c12c097a38f9edb9d0641fb99eee32
tauri-apps/tauri-action fce9c6108b31ea247710505d3aaaa893ee6768d4 84b9d35b5fc46c1e45415bdb6144030364f7ebc5
actions/upload-artifact 4.6.2 7.0.1
actions/download-artifact 4.3.0 8.0.1

Updates actions/checkout from 4.3.1 to 6.0.2

Release notes

Sourced from actions/checkout's releases.

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

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

... (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.4.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

v6.3.0

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:

Bug fixes:

New Contributors

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

v6.2.0

What's Changed

Documentation

Dependency updates:

New Contributors

... (truncated)

Commits

Updates pnpm/action-setup from f40ffcd9367d9f12939873eb1018b921a783ffaa to b906affcce14559ad1aafd4ab0e942779e9f58b1

Commits

Updates chromaui/action from 1fd1c4b0d4411b6de61818251f04b047850bf500 to 1bbb5819252d9782cb7d77122d9becae467def18

Changelog

Sourced from chromaui/action's changelog.

v16.10.1 (Fri May 15 2026)

🐛 Bug Fix

Authors: 2


v16.10.0 (Mon May 11 2026)

🚀 Enhancement

🐛 Bug Fix

Authors: 4


v16.9.1 (Thu May 07 2026)

🐛 Bug Fix

Authors: 1


v16.9.0 (Wed May 06 2026)

🚀 Enhancement

... (truncated)

Commits

Updates swatinem/rust-cache from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32

Changelog

Sourced from swatinem/rust-cache's changelog.

Changelog

2.9.1

  • Fix regression in hash calculation

2.9.0

  • Update to node24
  • Support running from within a nix shell
  • Consider all installed toolchains for cache key
  • Use case-insensitive comparison to determine exact cache hit

2.8.2

  • Don't overwrite env for cargo-metadata call

2.8.1

  • Set empty CARGO_ENCODED_RUSTFLAGS when retrieving metadata
  • Various dependency updates

2.8.0

  • Add support for warpbuild cache provider
  • Add new cache-workspace-crates feature

2.7.8

  • Include CPU arch in the cache key

2.7.7

  • Also cache cargo install metadata

2.7.6

  • Allow opting out of caching $CARGO_HOME/bin
  • Add runner OS in cache key
  • Adds an option to do lookup-only of the cache

2.7.5

  • Support Cargo.lock format cargo-lock v4
  • Only run macOsWorkaround() on macOS

2.7.3

  • Work around upstream problem that causes cache saving to hang for minutes.

... (truncated)

Commits

Updates tauri-apps/tauri-action from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5

Changelog

Sourced from tauri-apps/tauri-action's changelog.

Changelog

[0.6.2]

  • 73e111f (#1288) The action can now detect the workspace root correctly if the tauri project is configured as the cargo workspace root.

[0.6.1]

[0.6.0]

  • e918a06 (#1133) Encode tagName option value in latest.json URL.
  • 45acc19 (#1164) Add generateReleaseNotes config to use GitHub's release notes API to auto generate the release name and/or body.
  • 59a1a70 (#1166) Fix default file name pattern to match tauri's file names again.
  • 08112f7 (#1106) Added experimental support for Gitea hosted instances.
  • 08112f7 (#1106) Added a config to set the GitHub API URL which should help users with self-hosted instances and those using GitHub Enterprise.
  • b067139 (#1130) The action now uses node v24 which raises the minimum GitHub runner version to v2.327.1.

[0.5.24]

  • c5d6ac7 (#1152 by @​FabianLars) The latest.json file now contains {os}-{arch}-{installer} keys as well to support multiple installer formats per platform. This requires tauri-plugin-updater version 2.10.0 or above.
  • 0085932 (#1141 by @​jarjk) Added option to upload the app's binary alongside installers.

[0.5.23]

  • 5b1138d (#1099 by @​lete114) Added the assetNamePattern config that allows setting a template specifying how uploaded assets will be named in the release. BREAKING CHANGE: The default naming scheme will now have the -debug suffix at the end (before the extension) on all assets.
  • fcedb49 (#1125 by @​ChanTsune) Fixed an issue that caused the action to look for x64 artifacts on native ARM runners.

[0.5.22]

[0.5.21]

[0.5.20]

[0.5.19]

  • fd1ea0d (#1009 by @​FabianLars) Fixed an issue that made the action fail to find .msi packages for tauri v2 apps with numeric build numbers (1.0.0-0).

[0.5.18]

... (truncated)

Commits

Updates actions/upload-artifact from 4.6.2 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

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

... (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 actions/download-artifact from 4.3.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

v8 - What's new

[!IMPORTANT] actions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT] Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

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

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v7.0.0

v7 - What's new

[!IMPORTANT] actions/download-artifact@v7 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. v6 had preliminary support for Node 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

... (truncated)

Commits
  • 3e5f45b Add regression tests for CJK characters (#471)
  • e6d03f6 Add a regression test for artifact name + content-type mismatches (#472)
  • 70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behavior
  • f258da9 Add change docs
  • ccc058e Fix linting issues
  • bd7976b Add a setting to specify what to do on hash mismatch and default it to error
  • ac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip
  • 15999bf Add note about package bumps
  • 974686e Bump the version to v8 and add release notes
  • fbe48b1 Update test names to make it clearer what they do
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.3.1` | `6.0.2` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `6.4.0` |
| [pnpm/action-setup](https://github.com/pnpm/action-setup) | `f40ffcd9367d9f12939873eb1018b921a783ffaa` | `b906affcce14559ad1aafd4ab0e942779e9f58b1` |
| [chromaui/action](https://github.com/chromaui/action) | `1fd1c4b0d4411b6de61818251f04b047850bf500` | `1bbb5819252d9782cb7d77122d9becae467def18` |
| [swatinem/rust-cache](https://github.com/swatinem/rust-cache) | `42dc69e1aa15d09112580998cf2ef0119e2e91ae` | `e18b497796c12c097a38f9edb9d0641fb99eee32` |
| [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) | `fce9c6108b31ea247710505d3aaaa893ee6768d4` | `84b9d35b5fc46c1e45415bdb6144030364f7ebc5` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `8.0.1` |


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

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

Updates `pnpm/action-setup` from f40ffcd9367d9f12939873eb1018b921a783ffaa to b906affcce14559ad1aafd4ab0e942779e9f58b1
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@f40ffcd...b906aff)

Updates `chromaui/action` from 1fd1c4b0d4411b6de61818251f04b047850bf500 to 1bbb5819252d9782cb7d77122d9becae467def18
- [Release notes](https://github.com/chromaui/action/releases)
- [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md)
- [Commits](chromaui/action@1fd1c4b...1bbb581)

Updates `swatinem/rust-cache` from 42dc69e1aa15d09112580998cf2ef0119e2e91ae to e18b497796c12c097a38f9edb9d0641fb99eee32
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@42dc69e...e18b497)

Updates `tauri-apps/tauri-action` from fce9c6108b31ea247710505d3aaaa893ee6768d4 to 84b9d35b5fc46c1e45415bdb6144030364f7ebc5
- [Release notes](https://github.com/tauri-apps/tauri-action/releases)
- [Changelog](https://github.com/tauri-apps/tauri-action/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tauri-action@fce9c61...84b9d35)

Updates `actions/upload-artifact` from 4.6.2 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...043fb46)

Updates `actions/download-artifact` from 4.3.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@d3f86a1...3e5f45b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: pnpm/action-setup
  dependency-version: b906affcce14559ad1aafd4ab0e942779e9f58b1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: chromaui/action
  dependency-version: 1bbb5819252d9782cb7d77122d9becae467def18
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: swatinem/rust-cache
  dependency-version: e18b497796c12c097a38f9edb9d0641fb99eee32
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: tauri-apps/tauri-action
  dependency-version: 84b9d35b5fc46c1e45415bdb6144030364f7ebc5
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 19, 2026
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 19, 2026

Deploying mouseterm with  Cloudflare Pages  Cloudflare Pages

Latest commit: 60514ca
Status: ✅  Deploy successful!
Preview URL: https://4bc161e3.mouseterm.pages.dev
Branch Preview URL: https://dependabot-github-actions-gi.mouseterm.pages.dev

View logs

@nedtwigg nedtwigg merged commit 2b89c1f into main May 19, 2026
3 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-4848510b53 branch May 19, 2026 06:13
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