chore(deps): bump the github-actions group across 1 directory with 5 updates - #63
Merged
Yurken merged 1 commit intoAug 6, 2026
Merged
Conversation
…updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `7.0.0` | `7.0.1` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7.0.1` | `9.0.0` | | [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) | `0` | `1` | | [expo/expo-github-action](https://github.com/expo/expo-github-action) | `8` | `9` | Updates `actions/checkout` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) Updates `pnpm/action-setup` from 4 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v6) Updates `actions/github-script` from 7.0.1 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.0.1...v9.0.0) Updates `tauri-apps/tauri-action` from 0 to 1 - [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@v0...v1) Updates `expo/expo-github-action` from 8 to 9 - [Release notes](https://github.com/expo/expo-github-action/releases) - [Changelog](https://github.com/expo/expo-github-action/blob/main/CHANGELOG.md) - [Commits](expo/expo-github-action@v8...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 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: expo/expo-github-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: tauri-apps/tauri-action dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-3a4a04db64
branch
from
August 3, 2026 01:35
a341e8b to
c7dbe85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 5 updates in the / directory:
7.0.07.0.1467.0.19.0.00189Updates
actions/checkoutfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
pnpm/action-setupfrom 4 to 6Release notes
Sourced from pnpm/action-setup's releases.
Commits
0ebf471fix: update pnpm to v11.7.0 (#267)0e279bbfix: update pnpm to 11.1.1 (#248)3e83581fix: drop patchPnpmEnv so standalone+self-update works on Windows (#258)551b42edocs(README): fixcache_dependency_pathtype (#257)739bfe4fix: self-update bootstrap to packageManager-pinned version (#233) (#256)f61705dchore: add CODEOWNERS7a5507bfix: restore inputs from state in post (#255)1155470fix: honor devEngines.packageManager.onFail=error (#252) (#254)91ab88efix: bin_dest output points to self-updated pnpm, not bootstrap (#249)e578e19fix: update pnpm to 11.0.4Updates
actions/github-scriptfrom 7.0.1 to 9.0.0Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionUpdates
tauri-apps/tauri-actionfrom 0 to 1Release notes
Sourced from tauri-apps/tauri-action's releases.
... (truncated)
Changelog
Sourced from tauri-apps/tauri-action's changelog.
Commits
1deb371Apply Version Updates From Current Changes (#1191)35033cfchore(deps): update dependency@vercel/nccto v0.44.0 (#1323)5ead4aarefactor: simplify createArtifact function (#1327)7899682ci: update actions (#1328)f201b79chore(deps): update dependency@types/nodeto v24.13.2 (#1320)5c7403dfeat: default naming scheme for mobile assets, closes #1317 (#1326)71e781dchore(deps): update dependency@biomejs/biometo v2.5.1 (#1318)f51677achore(deps): update dependency smol-toml to v1.7.0 (#1324)61337b4chore(deps): update dependency@types/nodeto v24.12.3 (#1316)53c8863refactor: Use github api as download url in latest.json (#1315)Updates
expo/expo-github-actionfrom 8 to 9Release notes
Sourced from expo/expo-github-action's releases.
... (truncated)
Changelog
Sourced from expo/expo-github-action's changelog.
Commits
eab7a23chore: create new release 9.0.094ad6f3chore!: update tooling and actions to Node 24 (#354)b184ff8[fingerprint] fix db saving (#337)980b700update packages (#334)d933805chore: update readme to better clarify production continuous deployment cavea...24136f8fix: one more merge confict fix (#327)10bd583fix: fingerprint hash parsing (#326)97334d3[continuous-deploy-fingerprint] Add action and docs for continuous deployment...8134c7afeat(continuous-deploy-fingerprint): Add optional environment input for EAS u...a88f4a0chore: commit built files from #319 (#323)