Sourced from actions/cache's releases.
v4.0.2
What's Changed
- Fix
fail-on-cache-miss
not working by@cdce8p
in actions/cache#1327Full 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 actions/cache#1304- Update examples by
@yacaovsnc
in actions/cache#1305- Update actions/cache publish flow by
@bethanyj28
in actions/cache#1340- Update
@actions/cache
by@bethanyj28
in actions/cache#1341New Contributors
@yacaovsnc
made their first contribution in actions/cache#1304Full Changelog: https://github.com/actions/cache/compare/v4...v4.0.1
Sourced from actions/cache's changelog.
Releases
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@actions/cache
to v3.2.3 to fix accidental mutated path arguments togetCacheVersion
actions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
- Added fix to prevent from setting MYSYS environment variable globally.
3.2.4
- Added option to fail job on cache miss.
3.2.3
- Support cross os caching on Windows as an opt-in feature.
- Fix issue with symlink restoration on Windows for cross-os caches.
3.2.2
... (truncated)
0c45773
Merge pull request #1327
from cdce8p/fix-fail-on-cache-miss8a55f83
Add test case for process exit3884cac
Bump versione29dad3
Fix fail-on-cache-miss not workingab5e6d0
Merge pull request #1341
from bethanyj28/main89c7d86
licensed cached2c84da
update @actions/cache
37e7d4e
Merge pull request #1340
from actions/bethanyj28/update-publish-flowa18323f
add release actiona2ed59d
Merge pull request #1305
from actions/yacaovsnc/update_examplesSourced from actions/setup-python's releases.
v5.1.0
What's Changed
- Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by
@Shegox
in actions/setup-python#766.- Dependency updates by
@dependabot
and@HarithaVattikuti
in actions/setup-python#817- Documentation changes for version in README by
@basnijholt
in actions/setup-python#776- Documentation changes for link in README by
@ukd1
in actions/setup-python#793- Documentation changes for link in Advanced Usage by
@Jamim
in actions/setup-python#782- Documentation changes for avoiding rate limit issues on GHES by
@priya-kinthali
in actions/setup-python#835New Contributors
@basnijholt
made their first contribution in actions/setup-python#776@ukd1
made their first contribution in actions/setup-python#793@Jamim
made their first contribution in actions/setup-python#782@Shegox
made their first contribution in actions/setup-python#766@priya-kinthali
made their first contribution in actions/setup-python#835Full Changelog: https://github.com/actions/setup-python/compare/v5.0.0...v5.1.0
82c7e63
Documentation changes for avoiding rate limit issues on GHES (#835)10aa35a
feat: fallback to raw endpoint for manifest when rate limit is reached
(#766)9a7ac94
Bump undici from 5.27.2 to 5.28.3 (#817)871daa9
Fix the "Specifying multiple Python/PyPy versions" link (#782)2f07895
Fix broken README.md link (#793)e9d6f99
Replace setup-python@v4 by setup-python@v5 in README (#776)Sourced from actions/checkout's releases.
v4.1.4
What's Changed
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4
v4.1.3
What's Changed
- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
v4.1.2
We are investigating the following issue with this release and have rolled-back the
v4
tag to point tov4.1.1
sparse-checkout
is not available on git versions prior to 2.27.0 (see actions/checkout#1651)What's Changed
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598- Bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabot
in actions/checkout#1406- Bump
@babel/traverse
from 7.20.5 to 7.24.0 by@dependabot
in actions/checkout#1642New Contributors
@jww3
made their first contribution in actions/checkout#1616Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
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
... (truncated)
0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disable extensions.worktreeConfig
when disabling
sparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1
Add dependabot config (#1688)9b4c13b
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77
Add SSH user parameter (#1685)cd7d8d6
Check git version before attempting to disable
sparse-checkout
(#1656)8410ad0
Update actions/checkout
version in
update-main-version.yml
(#1650)9bb5618
Prep for release of v4.1.2 (#1649)8eb1f6a
Bump @babel/traverse
from 7.20.5 to 7.24.0 (#1642)Sourced from peter-evans/create-pull-request's releases.
Create Pull Request v6.0.5
⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.
What's Changed
- fix: update proxy support to follow octokit change to fetch api by
@peter-evans
in peter-evans/create-pull-request#2867Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5
Create Pull Request v6.0.4
⚡ Improves performance in some cases for very large git repositories.
What's Changed
- perf: limit the fetch depth of pr branch by
@peter-evans
in peter-evans/create-pull-request#2857Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4
Create Pull Request v6.0.3
⚡ Improves performance of the
push-to-fork
feature.What's Changed
- build(deps-dev): bump
@types/node
from 18.19.23 to 18.19.25 by@dependabot
in peter-evans/create-pull-request#2826- build(deps-dev): bump
@types/node
from 18.19.25 to 18.19.26 by@dependabot
in peter-evans/create-pull-request#2831- build(deps-dev): bump
@types/node
from 18.19.26 to 18.19.28 by@dependabot
in peter-evans/create-pull-request#2836- build(deps-dev): bump
@types/node
from 18.19.28 to 18.19.31 by@dependabot
in peter-evans/create-pull-request#2842- fix: drop unnecessary fetch with unshallow on push-to-fork by
@peter-evans
in peter-evans/create-pull-request#2849Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3
Create Pull Request v6.0.2
⚡ Improves performance in some cases where the action rebases changes on to the specified
base
.What's Changed
- build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by
@dependabot
in peter-evans/create-pull-request#2797- build(deps-dev): bump
@types/node
from 18.19.18 to 18.19.21 by@dependabot
in peter-evans/create-pull-request#2798- build(deps-dev): bump
@types/node
from 18.19.21 to 18.19.23 by@dependabot
in peter-evans/create-pull-request#2811- perf: shallow fetch the actual base when rebasing from working base by
@peter-evans
in peter-evans/create-pull-request#2816New Contributors
@webmonarch
made their first contribution in peter-evans/create-pull-request#2816Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2
Create Pull Request v6.0.1
⚙️ Fixes an issue where updating a pull request leads to the error
Cannot read properties of undefined (reading 'number')
. This was likely caused by GitHub fixing a long standing bug with an API endpoint, resulting in a breaking change.What's Changed
- build(deps-dev): bump
@types/jest
from 29.5.11 to 29.5.12 by@dependabot
in peter-evans/create-pull-request#2730
... (truncated)
6d6857d
fix: update proxy support to follow octokit change to fetch api (#2867)9153d83
perf: limit the fetch depth of pr branch (#2857)c55203c
fix: drop unnecessary fetch with unshallow on push-to-fork (#2849)6ce4eca
build(deps-dev): bump @types/node
from 18.19.28 to
18.19.31 (#2842)36ef0ed
build(deps-dev): bump @types/node
from 18.19.26 to
18.19.28 (#2836)8500972
build(deps-dev): bump @types/node
from 18.19.25 to
18.19.26 (#2831)bda5ade
build(deps-dev): bump @types/node
from 18.19.23 to
18.19.25 (#2826)70a41ab
perf: shallow fetch the actual base when rebasing from working base (#2816)57a1014
build(deps-dev): bump @types/node
from 18.19.21 to
18.19.23 (#2811)b3a2c5d
build(deps-dev): bump @types/node
from 18.19.18 to
18.19.21 (#2798)