2019-11-21 17:04:30 +01:00
# Changelog
2024-04-24 15:29:05 +02:00
## v4.1.4
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by @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-checkout` by @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/checkout` version in `update-main-version.yml` by @jww3 in https://github.com/actions/checkout/pull/1650
2024-03-12 12:11:01 +01:00
## v4.1.2
- Fix: Disable sparse checkout whenever `sparse-checkout` option 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
2023-09-22 19:40:21 +02:00
## v4.1.0
- [Add support for partial checkout filters ](https://github.com/actions/checkout/pull/1396 )
2023-09-04 14:19:40 +02:00
## v4.0.0
- [Support fetching without the --progress option ](https://github.com/actions/checkout/pull/1067 )
- [Update to node20 ](https://github.com/actions/checkout/pull/1436 )
2023-08-24 15:54:47 +02:00
## v3.6.0
- [Fix: Mark test scripts with Bash'isms to be run via Bash ](https://github.com/actions/checkout/pull/1377 )
- [Add option to fetch tags even if fetch-depth > 0 ](https://github.com/actions/checkout/pull/579 )
2023-06-09 16:47:54 +02:00
## v3.5.3
- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in ](https://github.com/actions/checkout/pull/1196 )
- [Fix typos found by codespell ](https://github.com/actions/checkout/pull/1287 )
- [Add support for sparse checkouts ](https://github.com/actions/checkout/pull/1369 )
2023-04-13 14:45:33 +02:00
## v3.5.2
- [Fix api endpoint for GHES ](https://github.com/actions/checkout/pull/1289 )
2023-04-12 17:02:21 +02:00
## v3.5.1
- [Fix slow checkout on Windows ](https://github.com/actions/checkout/pull/1246 )
## v3.5.0
* [Add new public key for known_hosts ](https://github.com/actions/checkout/pull/1237 )
2023-03-15 20:45:08 +01:00
## v3.4.0
- [Upgrade codeql actions to v2 ](https://github.com/actions/checkout/pull/1209 )
- [Upgrade dependencies ](https://github.com/actions/checkout/pull/1210 )
- [Upgrade @actions/io ](https://github.com/actions/checkout/pull/1225 )
## v3.3.0
- [Implement branch list using callbacks from exec function ](https://github.com/actions/checkout/pull/1045 )
- [Add in explicit reference to private checkout options ](https://github.com/actions/checkout/pull/1050 )
- [Fix comment typos (that got added in #770) ](https://github.com/actions/checkout/pull/1057 )
## v3.2.0
- [Add GitHub Action to perform release ](https://github.com/actions/checkout/pull/942 )
- [Fix status badge ](https://github.com/actions/checkout/pull/967 )
- [Replace datadog/squid with ubuntu/squid Docker image ](https://github.com/actions/checkout/pull/1002 )
- [Wrap pipeline commands for submoduleForeach in quotes ](https://github.com/actions/checkout/pull/964 )
- [Update @actions/io to 1.1.2 ](https://github.com/actions/checkout/pull/1029 )
- [Upgrading version to 3.2.0 ](https://github.com/actions/checkout/pull/1039 )
2022-10-04 11:37:06 +02:00
## v3.1.0
- [Use @actions/core `saveState` and `getState` ](https://github.com/actions/checkout/pull/939 )
- [Add `github-server-url` input ](https://github.com/actions/checkout/pull/922 )
2022-04-21 16:29:04 +02:00
## v3.0.2
- [Add input `set-safe-directory` ](https://github.com/actions/checkout/pull/770 )
2022-04-14 20:13:20 +02:00
## v3.0.1
- [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory` ](https://github.com/actions/checkout/pull/762 )
- [Bumped various npm package versions ](https://github.com/actions/checkout/pull/744 )
2022-03-25 14:52:31 +01:00
## v3.0.0
- [Update to node 16 ](https://github.com/actions/checkout/pull/689 )
2020-06-18 16:27:39 +02:00
## v2.3.1
- [Fix default branch resolution for .wiki and when using SSH ](https://github.com/actions/checkout/pull/284 )
2020-06-16 19:48:53 +02:00
## v2.3.0
- [Fallback to the default branch ](https://github.com/actions/checkout/pull/278 )
2020-05-27 18:37:40 +02:00
## v2.2.0
2020-06-16 19:48:53 +02:00
2020-05-27 18:37:40 +02:00
- [Fetch all history for all tags and branches when fetch-depth=0 ](https://github.com/actions/checkout/pull/258 )
2020-05-19 16:27:02 +02:00
## v2.1.1
2020-06-16 19:48:53 +02:00
2020-05-19 16:27:02 +02:00
- Changes to support GHES ([here](https://github.com/actions/checkout/pull/236) and [here ](https://github.com/actions/checkout/pull/248 ))
2020-04-02 22:04:37 +02:00
## v2.1.0
- [Group output ](https://github.com/actions/checkout/pull/191 )
- [Changes to support GHES alpha release ](https://github.com/actions/checkout/pull/199 )
- [Persist core.sshCommand for submodules ](https://github.com/actions/checkout/pull/184 )
- [Add support ssh ](https://github.com/actions/checkout/pull/163 )
- [Convert submodule SSH URL to HTTPS, when not using SSH ](https://github.com/actions/checkout/pull/179 )
- [Add submodule support ](https://github.com/actions/checkout/pull/157 )
- [Follow proxy settings ](https://github.com/actions/checkout/pull/144 )
- [Fix ref for pr closed event when a pr is merged ](https://github.com/actions/checkout/pull/141 )
- [Fix issue checking detached when git less than 2.22 ](https://github.com/actions/checkout/pull/128 )
## v2.0.0
- [Do not pass cred on command line ](https://github.com/actions/checkout/pull/108 )
- [Add input persist-credentials ](https://github.com/actions/checkout/pull/107 )
- [Fallback to REST API to download repo ](https://github.com/actions/checkout/pull/104 )
2019-12-03 17:26:12 +01:00
## v2 (beta)
2019-11-21 17:04:30 +01:00
2019-12-03 16:28:59 +01:00
- Improved fetch performance
2019-12-03 17:26:12 +01:00
- The default behavior now fetches only the SHA being checked-out
2019-12-03 16:28:59 +01:00
- Script authenticated git commands
2019-12-03 17:26:12 +01:00
- Persists `with.token` in the local git config
- Enables your scripts to run authenticated git commands
- Post-job cleanup removes the token
- Coming soon: Opt out by setting `with.persist-credentials` to `false`
2019-12-03 16:28:59 +01:00
- Creates a local branch
2019-12-03 17:26:12 +01:00
- No longer detached HEAD when checking out a branch
- A local branch is created with the corresponding upstream branch set
2019-12-03 16:28:59 +01:00
- Improved layout
2019-12-03 17:26:12 +01:00
- `with.path` is always relative to `github.workspace`
- Aligns better with container actions, where `github.workspace` gets mapped in
2019-12-03 16:28:59 +01:00
- Removed input `submodules`
2019-11-21 17:04:30 +01:00
2019-12-03 16:28:59 +01:00
## v1
Refer [here ](https://github.com/actions/checkout/blob/v1/CHANGELOG.md ) for the V1 changelog