Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the github-dependencies group with 3 updates in the / directory: actions/setup-node, tauri-apps/tauri-action and astral-sh/setup-uv.

Updates actions/setup-node from 5 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

Commits

Updates tauri-apps/tauri-action from 0.5.23 to 0.5.24

Release notes

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

action v0.5.24

[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.
Changelog

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

[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.
Commits
  • 3b50ac4 apply version updates (#1142)
  • ec45b75 chore(deps): update dependency typescript-eslint to v8.46.2 (#1154)
  • c5d6ac7 fix: latest.json contains only macos (#1152)
  • bcb2aa4 chore(deps): update dependency typescript-eslint to v8.46.1 (#1147)
  • 5908eeb feat: add _setup as alternative to -setup
  • fc4608e feat: new -setup injection for namePattern
  • 0143b09 feat: latest.json with bundle type info (#1129)
  • d53ea40 chore(deps): update dependency @​types/node to v22.18.8 (#1145)
  • d6ce42d chore(deps): update eslint monorepo to v9.37.0 (#1146)
  • b0ef172 chore(deps): update dependency globby to v15 (#1144)
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 6.8.0 to 7.1.2

Release notes

Sourced from astral-sh/setup-uv's releases.

v7.1.2 🌈 Speed up extraction on Windows

Changes

@​lazka fixed a bug that caused extracting uv to take up to 30s. Thank you!

🐛 Bug fixes

  • Use tar for extracting the uv zip file on Windows too @​lazka (#660)

🧰 Maintenance

⬆️ Dependency updates

v7.1.1 🌈 Fix empty workdir detection and lowest resolution strategy

Changes

This release fixes a bug where the working-directory input was not used to detect an empty work dir. It also fixes the lowest resolution strategy resolving to latest when only a lower bound was specified.

Special thanks to @​tpgillam for the first contribution!

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

⬆️ Dependency updates

v7.1.0 🌈 Support all the use cases

Changes

Support all the use cases!!!

... (truncated)

Commits
  • 8585678 Bump dependencies (#664)
  • 22d500a Bump github/codeql-action from 4.30.8 to 4.30.9 (#652)
  • 14d5571 chore: update known checksums for 0.9.5 (#663)
  • 29cd235 Use tar for extracting the uv zip file on Windows too (#660)
  • 2ddd2b9 chore: update known checksums for 0.9.4 (#651)
  • b7bf789 Fix "lowest" resolution strategy with lower-bound only (#649)
  • cb6c0a5 Change version in docs to v7 (#647)
  • dffc629 Use working-directory to detect empty workdir (#645)
  • 6e346e1 chore: update known checksums for 0.9.3 (#644)
  • 3ccd0fd Bump github/codeql-action from 4.30.7 to 4.30.8 (#639)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…updates

Bumps the github-dependencies group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [tauri-apps/tauri-action](https://github.com/tauri-apps/tauri-action) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


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

Updates `tauri-apps/tauri-action` from 0.5.23 to 0.5.24
- [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.5.23...v0.5.24)

Updates `astral-sh/setup-uv` from 6.8.0 to 7.1.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@d0cc045...8585678)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
- dependency-name: tauri-apps/tauri-action
  dependency-version: 0.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-version: 7.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
...

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 Nov 1, 2025
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