Originally created by: dependabot[bot]
Bumps the actions group with 7 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
6 |
| actions/setup-node | 4 |
6 |
| actions/configure-pages | 5 |
6 |
| actions/upload-pages-artifact | 3 |
5 |
| actions/deploy-pages | 4 |
5 |
| actions/upload-artifact | 4 |
7 |
| actions/download-artifact | 4 |
8 |
Updates actions/checkout from 4 to 6
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout/issues/2248)- Persist creds to a separate file by
@ericsciplein actions/checkout#2286](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout/issues/2286)- v6-beta by
@ericsciplein actions/checkout#2298](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout/issues/2298)- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout/issues/2311)Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead 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
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout/issues/2301)Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout/issues/2226)- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout/issues/2238)⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout/issues/2305)Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout/issues/1971)- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout/issues/1977)- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout/issues/2043)
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v6.0.3
- Fix checkout init for SHA-256 repositories by
@yaananthin actions/checkout#2439](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout/issues/2439)- fix: expand merge commit SHA regex and add SHA-256 test cases by
@yaananthin actions/checkout#2414](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout/issues/2414)v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout/issues/2356)v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout/issues/2327)v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout/issues/2286)- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout/issues/2248)v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout/issues/2301)v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout/issues/2226)v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout/issues/2305)v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout/issues/1971)- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout/issues/1977)- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout/issues/2043)- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout/issues/2044)- Update README.md by
@nebuk89in actions/checkout#2194](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout/issues/2194)- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout/issues/2224)- Update package dependencies by
@salmanmkcin actions/checkout#2236](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout/issues/2236)v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout/issues/1941)- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout/issues/1946)v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout/issues/1924)v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout/issues/1180)- Dependency updates by
@dependabot- actions/checkout#1777](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout/issues/1777), actions/checkout#1872](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout/issues/1872)v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout/issues/1739)- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout/issues/1697)- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout/issues/1774)
... (truncated)
df4cb1c Update changelog for v6.0.3 (#2446](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2446">/issues/2446))1cce339 Fix checkout init for SHA-256 repositories (#2439](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2439">/issues/2439))900f221 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2414">/issues/2414))0c366fd Update changelog (#2357](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2357">/issues/2357))de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2356">/issues/2356))064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483 Clarify v6 README (#2328](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2328">/issues/2328))033fa0d Add worktree support for persist-credentials includeIf (#2327](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2327">/issues/2327))c2d88d3 Update all references from v5 and v4 to v6 (#2314](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2314">/issues/2314))1af3b93 update readme/changelog for v6 (#2311](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2311">/issues/2311))Updates actions/setup-node from 4 to 6
Sourced from actions/setup-node's releases.
v6.0.0
What's Changed
Breaking Changes
- Limit automatic caching to npm, update workflows and documentation by
@priyagupta108in actions/setup-node#1374](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1374">actions/setup-node/issues/1374)Dependency Upgrades
- Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by
@dependabot[bot] in #1336](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1336">/issues/1336)- Upgrade prettier from 2.8.8 to 3.6.2 by
@dependabot[bot] in #1334](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1334">/issues/1334)- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabot[bot] in #1362](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1362">/issues/1362)Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0
v5.0.0
What's Changed
Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by
@priya-kinthaliin actions/setup-node#1348](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node/issues/1348)This update, introduces automatic caching when a valid
packageManagerfield is present in yourpackage.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, setpackage-manager-cache: falsesteps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false
- Upgrade action to use node24 by
@salmanmkcin actions/setup-node#1325](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node/issues/1325)Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade
@octokit/request-errorand@actions/githubby@dependabot[bot] in actions/setup-node#1227](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1227">actions/setup-node/issues/1227)- Upgrade uuid from 9.0.1 to 11.1.0 by
@dependabot[bot] in actions/setup-node#1273](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1273">actions/setup-node/issues/1273)- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/setup-node#1295](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1295">actions/setup-node/issues/1295)- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgadin actions/setup-node#1332](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1332">actions/setup-node/issues/1332)- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-node#1345](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1345">actions/setup-node/issues/1345)New Contributors
@priya-kinthalimade their first contribution in actions/setup-node#1348](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1348">actions/setup-node/issues/1348)@salmanmkcmade their first contribution in actions/setup-node#1325](https://github.com/href="https://redirect.github.com/actions/setup-node/pull/1325">actions/setup-node/issues/1325)Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0
v4.4.0
... (truncated)
48b55a0 Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1533">/issues/1533))ab72c7e Upgrade @actions dependencies (#1525](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1525">/issues/1525))53b8394 Bump minimatch from 3.1.2 to 3.1.5 (#1498](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1498">/issues/1498))54045ab Scope test lockfiles by package manager and update cache tests (#1495](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1495">/issues/1495))c882bff Replace uuid with crypto.randomUUID() (#1378](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1378">/issues/1378))774c1d6 feat(node-version-file): support parsing devEngines field (#1283](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1283">/issues/1283))efcb663 fix: remove hardcoded bearer (#1467](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1467">/issues/1467))d02c89d Fix npm audit issues (#1491](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1491">/issues/1491))6044e13 Docs: bump actions/checkout from v5 to v6 (#1468](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1468">/issues/1468))8e49463 Fix README typo (#1226](https://github.com/href="https://redirect.github.com/actions/setup-node/issues/1226">/issues/1226))Updates actions/configure-pages from 5 to 6
Sourced from actions/configure-pages's releases.
v6.0.0
Changelog
- upgrade to node 24
@salmanmkc(#186](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/186">/issues/186))- Upgrade IA Publish
@Jcambass(#165](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/165">/issues/165))- Add workflow file for publishing releases to immutable action package
@Jcambass(#163](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/163">/issues/163))- pin draft release version
@YiMysty(#162](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/162">/issues/162))- Bump espree from 9.6.1 to 10.1.0
@dependabot(#160](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/160">/issues/160))- Bump eslint-config-prettier from 8.8.0 to 9.1.0
@dependabot(#143](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/143">/issues/143))- Be more friendly to Dependabot
@yoannchaudet(#158](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/158">/issues/158))- Bump eslint-plugin-github from 4.10.2 to 5.0.1
@dependabot(#154](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/154">/issues/154))- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group
@dependabot(#156](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/156">/issues/156))- Bump undici from 5.28.3 to 5.28.4
@dependabot(#145](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/145">/issues/145))See details of all code changes since previous release.
45bfe01 Merge pull request #186](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/186">/issues/186) from salmanmkc/node24d8770c2 Update Node version from 20 to 24 in action.ymlcb8a1a3 upgrade to node 24d560657 Merge pull request #165](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/165">/issues/165) from actions/Jcambass-patch-135e0ac4 Upgrade IA Publish1dfbcbf Merge pull request #163](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/163">/issues/163) from actions/Jcambass-patch-12f4f988 Add workflow file for publishing releases to immutable action package0d7570c Merge pull request #162](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/162">/issues/162) from actions/pin-draft-release-verssion3ea1966 pin draft release versionaabcbc4 Merge pull request #160](https://github.com/href="https://redirect.github.com/actions/configure-pages/issues/160">/issues/160) from actions/dependabot/npm_and_yarn/espree-10.1.0Updates actions/upload-pages-artifact from 3 to 5
Sourced from actions/upload-pages-artifact's releases.
v5.0.0
Changelog
- Update upload-artifact action to version 7
@Tom-van-Woudenberg(#139](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/139">/issues/139))- feat: add
include-hidden-filesinput@jonchurch(#137](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/137">/issues/137))See details of all code changes since previous release.
v4.0.0
What's Changed
- Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by
@tsusderein actions/upload-pages-artifact#102](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/pull/102">actions/upload-pages-artifact/issues/102) If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation- Pin
actions/upload-artifactto SHA by@heavymachineryin actions/upload-pages-artifact#127](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/pull/127">actions/upload-pages-artifact/issues/127)Full Changelog: https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0
v3.0.1
Changelog
- Group tar's output to prevent it from messing up action logs
@SilverRainZ(#94](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/94">/issues/94))- Update README.md
@uiolee(#88](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/88">/issues/88))- Bump the non-breaking-changes group with 1 update
@dependabot(#92](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/92">/issues/92))- Update Dependabot config to group non-breaking changes
@JamesMGreene(#91](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/91">/issues/91))- Bump actions/checkout from 3 to 4
@dependabot(#76](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/76">/issues/76))See details of all code changes since previous release.
fc324d3 Merge pull request #139](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/139">/issues/139) from Tom-van-Woudenberg/patch-1fe9d4b7 Merge branch 'main' into patch-10ca1617 Merge pull request #137](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/137">/issues/137) from jonchurch/include-hidden-files57f0e84 Update action.yml4a90348 v7 --> hash56f665a Update upload-artifact action to version 7f7615f5 Add include-hidden-files input7b1f4a7 Merge pull request #127](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/127">/issues/127) from heavymachinery/pin-sha4cc19c7 Pin actions/upload-artifact to SHA2d163be Merge pull request #107](https://github.com/href="https://redirect.github.com/actions/upload-pages-artifact/issues/107">/issues/107) from KittyChiu/mainUpdates actions/deploy-pages from 4 to 5
Sourced from actions/deploy-pages's releases.
v5.0.0
Changelog
- Update Node.js version to 24.x
@salmanmkc(#404](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/404">/issues/404))- Add workflow file for publishing releases to immutable action package
@Jcambass(#374](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/374">/issues/374))- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory
@dependabot(#360](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/360">/issues/360))- Make the rebuild dist workflow work nicer with Dependabot
@yoannchaudet(#361](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/361">/issues/361))- Bump the non-breaking-changes group across 1 directory with 3 updates
@dependabot(#358](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/358">/issues/358))- Delete repeated sentence
@garethsb(#359](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/359">/issues/359))- Update README.md
@tsusdere(#348](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/348">/issues/348))- Bump the non-breaking-changes group with 4 updates
@dependabot(#341](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/341">/issues/341))- Remove error message for file permissions
@TooManyBees(#340](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/340">/issues/340))
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.5
Changelog
- On API error, the error message will surface the API request ID
@TooManyBees(#324](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/324">/issues/324))- Bump the non-breaking-changes group with 2 updates
@dependabot(#318](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/318">/issues/318))- Bump the non-breaking-changes group with 1 update
@dependabot(#316](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/316">/issues/316))- Bump the non-breaking-changes group with 3 updates
@dependabot(#314](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/314">/issues/314))- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0
@dependabot(#311](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/311">/issues/311))
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.4
Changelog
- Update api-client.js
@lmammino(#295](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/295">/issues/295))- fix typo: compatibilty -> compatibility
@SimonSiefke(#298](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/298">/issues/298))- Bump
@actions/artifactfrom 2.0.1 to 2.1.1@dependabot(#310](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/310">/issues/310))- Update Dependabot config to group non-breaking changes
@JamesMGreene(#307](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/307">/issues/307))
See details of all code changes since previous release.
:warning: For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.
v4.0.3
Changelog
... (truncated)
cd2ce8f Merge pull request #404](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/404">/issues/404) from salmanmkc/node24bbe2a95 Update Node.js version to 24.x854d7aa Merge pull request #374](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/374">/issues/374) from actions/Jcambass-patch-1306bb81 Add workflow file for publishing releases to immutable action packageb742728 Merge pull request #360](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/360">/issues/360) from actions/dependabot/npm_and_yarn/npm_and_yarn-513...7273294 Bump braces in the npm_and_yarn group across 1 directory963791f Merge pull request #361](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/361">/issues/361) from actions/dependabot-friendly51bb29d Make the rebuild dist workflow safer for Dependabot89f3d10 Merge pull request #358](https://github.com/href="https://redirect.github.com/actions/deploy-pages/issues/358">/issues/358) from actions/dependabot/npm_and_yarn/non-breaking-cha...bce7355 Merge branch 'main' into dependabot/npm_and_yarn/non-breaking-changes-99c12deb21Updates actions/upload-artifact from 4 to 7
Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto 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. Thenameparameter 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
- Add proxy integration test by
@Link- in actions/upload-artifact#754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact/issues/754)- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/762">actions/upload-artifact/issues/762)- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/764">actions/upload-artifact/issues/764)New Contributors
@Link- made their first contribution in actions/upload-artifact#754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/754">actions/upload-artifact/issues/754)Full Changelog: https://github.com/actions/upload-artifact/compare/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
- Upload Artifact Node 24 support by
@salmanmkcin actions/upload-artifact#719](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/719">actions/upload-artifact/issues/719)- fix: update
@actions/artifactfor Node.js 24 punycode deprecation by@salmanmkcin actions/upload-artifact#744](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/744">actions/upload-artifact/issues/744)- prepare release v6.0.0 for Node.js 24 support by
@salmanmkcin actions/upload-artifact#745](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/745">actions/upload-artifact/issues/745)Full Changelog: https://github.com/actions/upload-artifact/compare/v5.0.0...v6.0.0
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/681">actions/upload-artifact/issues/681)- Update README.md by
@nebuk89in actions/upload-artifact#712](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/712">actions/upload-artifact/issues/712)- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/727">actions/upload-artifact/issues/727)- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/725">actions/upload-artifact/issues/725)- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734](https://github.com/href="https://redirect.github.com/actions/upload-artifact/pull/734">actions/upload-artifact/issues/734)
... (truncated)
043fb46 Merge pull request #797](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/797">/issues/797) from actions/yacaovsnc/update-dependency634250c Include changes in typespec/ts-http-runtime 0.3.5e454baa Readme: bump all the example versions to v7 (#796](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/796">/issues/796))74fad66 Update the readme with direct upload details (#795](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/795">/issues/795))bbbca2d Support direct file uploads (#764](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/764">/issues/764))589182c Upgrade the module to ESM and bump dependencies (#762](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/762">/issues/762))47309c9 Merge pull request #754](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/754">/issues/754) from actions/Link-/add-proxy-integration-tests02a8460 Add proxy integration testb7c566a Merge pull request #745](https://github.com/href="https://redirect.github.com/actions/upload-artifact/issues/745">/issues/745) from actions/upload-artifact-v6-releasee516bc8 docs: correct description of Node.js 24 support in READMEUpdates actions/download-artifact from 4 to 8
Sourced from actions/download-artifact's releases.
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 theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.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-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
- Don't attempt to un-zip non-zipped downloads by
@danwkennedyin actions/download-artifact#460](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/460">actions/download-artifact/issues/460)- Add a setting to specify what to do on hash mismatch and default it to
errorby@danwkennedyin actions/download-artifact#461](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/461">actions/download-artifact/issues/461)Full Changelog: https://github.com/actions/download-artifact/compare/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
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/download-artifact#440](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/440">actions/download-artifact/issues/440)- Download Artifact Node24 support by
@salmanmkcin actions/download-artifact#415](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/415">actions/download-artifact/issues/415)- fix: update
@actions/artifactto fix Node.js 24 punycode deprecation by@salmanmkcin actions/download-artifact#451](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/451">actions/download-artifact/issues/451)- prepare release v7.0.0 for Node.js 24 support by
@salmanmkcin actions/download-artifact#452](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/452">actions/download-artifact/issues/452)New Contributors
@patrikpolyakmade their first contribution in actions/download-artifact#440](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/440">actions/download-artifact/issues/440)@salmanmkcmade their first contribution in actions/download-artifact#415](https://github.com/href="https://redirect.github.com/actions/download-artifact/pull/415">actions/download-artifact/issues/415)Full Changelog: https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0
v6.0.0
... (truncated)
3e5f45b Add regression tests for CJK characters (#471](https://github.com/href="https://redirect.github.com/actions/download-artifact/issues/471">/issues/471))e6d03f6 Add a regression test for artifact name + content-type mismatches (#472](https://github.com/href="https://redirect.github.com/actions/download-artifact/issues/472">/issues/472))70fc10c Merge pull request #461](https://github.com/href="https://redirect.github.com/actions/download-artifact/issues/461">/issues/461) from actions/danwkennedy/digest-mismatch-behaviorf258da9 Add change docsccc058e Fix linting issuesbd7976b Add a setting to specify what to do on hash mismatch and default it to errorac21fcf Merge pull request #460](https://github.com/href="https://redirect.github.com/actions/download-artifact/issues/460">/issues/460) from actions/danwkennedy/download-no-unzip15999bf Add note about package bumps974686e Bump the version to v8 and add release notesfbe48b1 Update test names to make it clearer what they doDependabot 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.