Bump the actions group across 1 directory with 5 updates#38
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the actions group across 1 directory with 5 updates#38dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [generoi/github-actions](https://github.com/generoi/github-actions) | `1` | `2` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `20` | `21` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `generoi/github-actions` from 1 to 2 - [Commits](v1...v2) Updates `dawidd6/action-download-artifact` from 20 to 21 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@8305c0f...b6e2e70) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: generoi/github-actions dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
f86f0fa to
9af1084
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 actions group with 5 updates in the / directory:
461220217.0.07.0.16.3.06.4.0Updates
actions/checkoutfrom 4 to 6Release notes
Sourced from actions/checkout's releases.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Updates
generoi/github-actionsfrom 1 to 2Commits
703512cfeat(composer-update): refresh the open vuln PR in place instead of just comm...4af5a06fix(vuln-scan): bump create-github-app-token v2->v3.2.0 (Node 24) (#36)f1ae5f5fix(composer-update): reach 4-segment hotfixes for <= advisory bounds (+ test...1d34feffix(vuln-scan): escape pipe-delimited affected ranges in PR table (#34)2e72ae9fix(composer-update): extract update logic to a script; fix no-widen abort (#31)7705c4cfix(composer-update): don't abort PR when all unhandled packages are no-widen...d5d37bccomposer-update: widen with ^min_safe, not the patch-pinned ~min_safe (#29)faddb35composer-update: loose-constraint fallback when tight ~X.Y.Z matches no versi...496bbe8composer-update: emit trailing newline from build_pkg_arg (#27)c765a89composer-update: include direct-dep ancestors of transitives in update args (...Updates
dawidd6/action-download-artifactfrom 20 to 21Release notes
Sourced from dawidd6/action-download-artifact's releases.
Commits
b6e2e70node_modules: update (#405)1708cb3Download artifacts in creation order (#398)00b585abuild(deps): bump filesize from 11.0.16 to 11.0.17 (#404)0414c42build(deps): bump@actions/corefrom 3.0.0 to 3.0.1 (#401)c802aadbuild(deps): bump@actions/githubfrom 9.1.0 to 9.1.1 (#400)ef06691build(deps): bump fast-xml-parser from 5.5.7 to 5.7.1 (#402)026702ebuild(deps): bump filesize from 11.0.15 to 11.0.16 (#399)09d0677build(deps): bump@actions/githubfrom 9.0.0 to 9.1.0 (#396)Updates
actions/upload-artifactfrom 7.0.0 to 7.0.1Release notes
Sourced from actions/upload-artifact's releases.
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)Updates
actions/setup-nodefrom 6.3.0 to 6.4.0Release notes
Sourced from actions/setup-node's releases.
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)