chore(deps): update actions to v4 (.github/workflows/linter.yml) (master) (major)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| actions/cache | action | major | v3.3.2 -> v4.2.3 |
| actions/checkout | action | major | v3 -> v4.2.2 |
Release Notes
actions/cache (actions/cache)
v4.2.3
What's Changed
- Update to use @actions/cache 4.0.3 package & prepare for new release by @salmanmkc in https://github.com/actions/cache/pull/1577 (SAS tokens for cache entries are now masked in debug logs)
New Contributors
- @salmanmkc made their first contribution in https://github.com/actions/cache/pull/1577
Full Changelog: https://github.com/actions/cache/compare/v4.2.2...v4.2.3
v4.2.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- Bump @actions/cache to v4.0.2 by @robherley in https://github.com/actions/cache/pull/1560
Full Changelog: https://github.com/actions/cache/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by @janco-absa in https://github.com/actions/cache/pull/1526
- docs: Make the "always save prime numbers" example more clear by @Tobbe in https://github.com/actions/cache/pull/1525
- Update force deletion docs due a recent deprecation by @sebbalex in https://github.com/actions/cache/pull/1500
- Bump @actions/cache to v4.0.1 by @robherley in https://github.com/actions/cache/pull/1554
New Contributors
- @janco-absa made their first contribution in https://github.com/actions/cache/pull/1526
- @Tobbe made their first contribution in https://github.com/actions/cache/pull/1525
- @sebbalex made their first contribution in https://github.com/actions/cache/pull/1500
Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
v4.2.0
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
- @actions/core:
1.11.1 - @actions/io:
1.1.3 - @vercel/ncc:
0.38.3
Full Changelog: https://github.com/actions/cache/compare/v4.1.2...v4.2.0
v4.1.2
What's Changed
- Add Bun example by @idleberg in https://github.com/actions/cache/pull/1456
- Revise
isGheslogic by @jww3 in https://github.com/actions/cache/pull/1474 - Bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/actions/cache/pull/1475
- Add dependabot.yml to enable automatic dependency upgrades by @Link- in https://github.com/actions/cache/pull/1476
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/cache/pull/1478
- Bump actions/stale from 3 to 9 by @dependabot in https://github.com/actions/cache/pull/1479
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/actions/cache/pull/1483
- Bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/actions/cache/pull/1481
- Prepare
4.1.2release by @Link- in https://github.com/actions/cache/pull/1477
New Contributors
- @idleberg made their first contribution in https://github.com/actions/cache/pull/1456
- @jww3 made their first contribution in https://github.com/actions/cache/pull/1474
- @Link- made their first contribution in https://github.com/actions/cache/pull/1476
Full Changelog: https://github.com/actions/cache/compare/v4.1.1...v4.1.2
v4.1.1
What's Changed
- Restore original behavior of
cache-hitoutput by @joshmgross in https://github.com/actions/cache/pull/1467
Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Fix cache-hit output when cache missed by @fchimpan in https://github.com/actions/cache/pull/1404
- Deprecate
save-alwaysinput by @joshmgross in https://github.com/actions/cache/pull/1452
New Contributors
- @ottlinger made their first contribution in https://github.com/actions/cache/pull/1437
- @Olegt0rr made their first contribution in https://github.com/actions/cache/pull/1377
- @fchimpan made their first contribution in https://github.com/actions/cache/pull/1404
- @x612skm made their first contribution in https://github.com/actions/cache/pull/1434
- @todgru made their first contribution in https://github.com/actions/cache/pull/1311
- @Jcambass made their first contribution in https://github.com/actions/cache/pull/1463
- @mackey0225 made their first contribution in https://github.com/actions/cache/pull/1462
- @quatquatt made their first contribution in https://github.com/actions/cache/pull/1445
Full Changelog: https://github.com/actions/cache/compare/v4.0.2...v4.1.0
v4.0.2
What's Changed
- Fix
fail-on-cache-missnot working by @cdce8p in https://github.com/actions/cache/pull/1327
Full Changelog: https://github.com/actions/cache/compare/v4.0.1...v4.0.2
v4.0.1
What's Changed
- Update README.md by @yacaovsnc in https://github.com/actions/cache/pull/1304
- Update examples by @yacaovsnc in https://github.com/actions/cache/pull/1305
- Update actions/cache publish flow by @bethanyj28 in https://github.com/actions/cache/pull/1340
- Update @actions/cache by @bethanyj28 in https://github.com/actions/cache/pull/1341
New Contributors
- @yacaovsnc made their first contribution in https://github.com/actions/cache/pull/1304
Full Changelog: https://github.com/actions/cache/compare/v4...v4.0.1
v4.0.0
What's Changed
- Update action to node20 by @takost in https://github.com/actions/cache/pull/1284
- feat: save-always flag by @to-s in https://github.com/actions/cache/pull/1242
New Contributors
- @takost made their first contribution in https://github.com/actions/cache/pull/1284
- @to-s made their first contribution in https://github.com/actions/cache/pull/1242
Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v4
v3.4.3
What's Changed
- Bump @actions/cache to v4.0.2 by @robherley
Full Changelog: https://github.com/actions/cache/compare/v3.4.2...v3.4.3
v3.4.2
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.
- Bump @actions/cache to v4.0.1 by @robherley in https://github.com/actions/cache/pull/1554
Full Changelog: https://github.com/actions/cache/compare/v3.4.0...v3.4.2
v3.4.1
[!WARNING] This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use
v3.4.2(orv3) instead.
v3.4.0
⚠️ Important Changes
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).
If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
- @actions/core:
1.11.1 - @actions/io:
1.1.3 - @vercel/ncc:
0.38.3
Full Changelog: https://github.com/actions/cache/compare/v3.3.3...v3.4.0
v3.3.3
What's Changed
- Cache v3.3.3 by @robherley in https://github.com/actions/cache/pull/1302
New Contributors
- @robherley made their first contribution in https://github.com/actions/cache/pull/1302
Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
actions/checkout (actions/checkout)
v4.2.2
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941- Expand unit test coverage for
isGhesby @jww3 in https://github.com/actions/checkout/pull/1946
v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
v4.2.0
- Add Ref and Commit outputs by @lucacome in https://github.com/actions/checkout/pull/1180
- Dependency updates by @dependabot- https://github.com/actions/checkout/pull/1777, https://github.com/actions/checkout/pull/1872
v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in https://github.com/actions/checkout/pull/1739
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/actions/checkout/pull/1697
- Check out other refs/* by commit by @orhantoy in https://github.com/actions/checkout/pull/1774
- Pin actions/checkout's own workflows to a known, good, stable version. by @jww3 in https://github.com/actions/checkout/pull/1776
v4.1.6
- Check platform to set archive extension appropriately by @cory-miller in https://github.com/actions/checkout/pull/1732
v4.1.5
- Update NPM dependencies by @cory-miller in https://github.com/actions/checkout/pull/1703
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/actions/checkout/pull/1694
- Bump actions/setup-node from 1 to 4 by @dependabot in https://github.com/actions/checkout/pull/1696
- Bump actions/upload-artifact from 2 to 4 by @dependabot in https://github.com/actions/checkout/pull/1695
- README: Suggest
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in https://github.com/actions/checkout/pull/1707
v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby @jww3 in https://github.com/actions/checkout/pull/1692 - Add dependabot config by @cory-miller in https://github.com/actions/checkout/pull/1688
- Bump the minor-actions-dependencies group with 2 updates by @dependabot in https://github.com/actions/checkout/pull/1693
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in https://github.com/actions/checkout/pull/1643
v4.1.3
- Check git version before attempting to disable
sparse-checkoutby @jww3 in https://github.com/actions/checkout/pull/1656 - Add SSH user parameter by @cory-miller in https://github.com/actions/checkout/pull/1685
- Update
actions/checkoutversion inupdate-main-version.ymlby @jww3 in https://github.com/actions/checkout/pull/1650
v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present @dscho in https://github.com/actions/checkout/pull/1598
v4.1.1
- Correct link to GitHub Docs by @peterbe in https://github.com/actions/checkout/pull/1511
- Link to release page from what's new section by @cory-miller in https://github.com/actions/checkout/pull/1514
v4.1.0
v4.0.0
v4
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941- Expand unit test coverage for
isGhesby @jww3 in https://github.com/actions/checkout/pull/1946
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- Fix comment typos (that got added in #770)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update @actions/io to 1.1.2
- Upgrading version to 3.2.0
v3.1.0
v3.0.2
v3.0.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.