Bump the github-actions group across 1 directory with 5 updates#717
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the github-actions group across 1 directory with 5 updates#717dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `2.1.2` | `2.2.0` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `4.2.0` | `4.4.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.2.0` | `6.3.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6.0.0` | `7.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.1` | `4.33.0` | Updates `oven-sh/setup-bun` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits](oven-sh/setup-bun@3d26778...0c5077e) Updates `pnpm/action-setup` from 4.2.0 to 4.4.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@41ff726...fc06bc1) Updates `actions/setup-node` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@6044e13...53b8394) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `github/codeql-action` from 4.32.1 to 4.33.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6bc82e0...b1bff81) --- updated-dependencies: - dependency-name: oven-sh/setup-bun dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
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:
2.1.22.2.04.2.04.4.06.2.06.3.06.0.07.0.04.32.14.33.0Updates
oven-sh/setup-bunfrom 2.1.2 to 2.2.0Release notes
Sourced from oven-sh/setup-bun's releases.
Commits
0c5077erelease: v2.2.0 (#177)1255e43ci: update actions for theRelease new action versionworkflow (#175)61861d1ci: update actions for theautofix.ciworkflow (#174)6f5bd06ci: useactions/checkout@v6.0.2in the test workflow (#173)e391475build: update action runtime to Node.js 24 (#176)ecf28ddrelease: v2.1.3 (#170)95edc15fix: validate cached binary version matches requested version (#146) (#169)4c32875feat: add AVX2 support detection for x64 Linux systems (#167)0ff83bffix: use native Windows ARM64 binary for Bun >= 1.3.10 (#165)ab8cb4efeat: add bun- prefix to cache keys (#160)Updates
pnpm/action-setupfrom 4.2.0 to 4.4.0Release notes
Sourced from pnpm/action-setup's releases.
Commits
fc06bc1feat!: run the action on Node.js 24 (#205)b906affRevert "feat!: run the action on Node.js 24 (#205)"9b5745cfeat!: run the action on Node.js 24 (#205)1e1c8eaci: pin github actions (#199)b9e1dbcfix(ci): exclude macos (#197)61bc82crefactor: remove star imports (#196)e94b270feat: store caching (#188)ee7b871Clarify that package_json_file is relative to GITHUB_WORKSPACE (#184)3a0024fRemove unused@types/node-fetchdependency (#186)72f0451Update README.md (#175)Updates
actions/setup-nodefrom 6.2.0 to 6.3.0Release notes
Sourced from actions/setup-node's releases.
Commits
53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)Updates
actions/upload-artifactfrom 6.0.0 to 7.0.0Release notes
Sourced from actions/upload-artifact's releases.
Commits
bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testUpdates
github/codeql-actionfrom 4.32.1 to 4.33.0Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
b1bff81Merge pull request #3574 from github/update-v4.32.7-7dd76e6bfe682234Add changelog entry for #357095be291Bump minor version59bcb60Update changelog for v4.32.77dd76e6Merge pull request #3572 from github/mbg/pr-checks/eslinte3200e3Merge pull request #3563 from github/mbg/private-registry/oidc4c356c7Merge pull request #3570 from github/mbg/repo-props/warn-on-unexpected-propsb4937c1Only emit one message with accumulated property names136b8abRemovecache-dependency-pathoptions as wella5aba59Removepackage-lock.jsonthat's no longer neededDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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