actions/checkout (actions/checkout)
### [`v3.6.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.3...v3.6.0)
- [Fix: Mark test scripts with Bash'isms to be run via Bash](https://redirect.github.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth > 0](https://redirect.github.com/actions/checkout/pull/579)
### [`v3.5.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.2...v3.5.3)
- [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://redirect.github.com/actions/checkout/pull/1196)
- [Fix typos found by codespell](https://redirect.github.com/actions/checkout/pull/1287)
- [Add support for sparse checkouts](https://redirect.github.com/actions/checkout/pull/1369)
### [`v3.5.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.1...v3.5.2)
- [Fix api endpoint for GHES](https://redirect.github.com/actions/checkout/pull/1289)
### [`v3.5.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.0...v3.5.1)
- [Fix slow checkout on Windows](https://redirect.github.com/actions/checkout/pull/1246)
### [`v3.5.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v350)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.4.0...v3.5.0)
- [Add new public key for known_hosts](https://redirect.github.com/actions/checkout/pull/1237)
### [`v3.4.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.3.0...v3.4.0)
- [Upgrade codeql actions to v2](https://redirect.github.com/actions/checkout/pull/1209)
- [Upgrade dependencies](https://redirect.github.com/actions/checkout/pull/1210)
- [Upgrade @actions/io](https://redirect.github.com/actions/checkout/pull/1225)
### [`v3.3.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v330)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.2.0...v3.3.0)
- [Implement branch list using callbacks from exec function](https://redirect.github.com/actions/checkout/pull/1045)
- [Add in explicit reference to private checkout options](https://redirect.github.com/actions/checkout/pull/1050)
- [Fix comment typos (that got added in #770)](https://redirect.github.com/actions/checkout/pull/1057)
### [`v3.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v320)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.1.0...v3.2.0)
- [Add GitHub Action to perform release](https://redirect.github.com/actions/checkout/pull/942)
- [Fix status badge](https://redirect.github.com/actions/checkout/pull/967)
- [Replace datadog/squid with ubuntu/squid Docker image](https://redirect.github.com/actions/checkout/pull/1002)
- [Wrap pipeline commands for submoduleForeach in quotes](https://redirect.github.com/actions/checkout/pull/964)
- [Update @actions/io to 1.1.2](https://redirect.github.com/actions/checkout/pull/1029)
- [Upgrading version to 3.2.0](https://redirect.github.com/actions/checkout/pull/1039)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v3.1.0
->v3.6.0
Release Notes
actions/checkout (actions/checkout)
### [`v3.6.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.3...v3.6.0) - [Fix: Mark test scripts with Bash'isms to be run via Bash](https://redirect.github.com/actions/checkout/pull/1377) - [Add option to fetch tags even if fetch-depth > 0](https://redirect.github.com/actions/checkout/pull/579) ### [`v3.5.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.2...v3.5.3) - [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://redirect.github.com/actions/checkout/pull/1196) - [Fix typos found by codespell](https://redirect.github.com/actions/checkout/pull/1287) - [Add support for sparse checkouts](https://redirect.github.com/actions/checkout/pull/1369) ### [`v3.5.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.1...v3.5.2) - [Fix api endpoint for GHES](https://redirect.github.com/actions/checkout/pull/1289) ### [`v3.5.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.5.0...v3.5.1) - [Fix slow checkout on Windows](https://redirect.github.com/actions/checkout/pull/1246) ### [`v3.5.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v350) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.4.0...v3.5.0) - [Add new public key for known_hosts](https://redirect.github.com/actions/checkout/pull/1237) ### [`v3.4.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.3.0...v3.4.0) - [Upgrade codeql actions to v2](https://redirect.github.com/actions/checkout/pull/1209) - [Upgrade dependencies](https://redirect.github.com/actions/checkout/pull/1210) - [Upgrade @actions/io](https://redirect.github.com/actions/checkout/pull/1225) ### [`v3.3.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v330) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.2.0...v3.3.0) - [Implement branch list using callbacks from exec function](https://redirect.github.com/actions/checkout/pull/1045) - [Add in explicit reference to private checkout options](https://redirect.github.com/actions/checkout/pull/1050) - [Fix comment typos (that got added in #770)](https://redirect.github.com/actions/checkout/pull/1057) ### [`v3.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v320) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.1.0...v3.2.0) - [Add GitHub Action to perform release](https://redirect.github.com/actions/checkout/pull/942) - [Fix status badge](https://redirect.github.com/actions/checkout/pull/967) - [Replace datadog/squid with ubuntu/squid Docker image](https://redirect.github.com/actions/checkout/pull/1002) - [Wrap pipeline commands for submoduleForeach in quotes](https://redirect.github.com/actions/checkout/pull/964) - [Update @actions/io to 1.1.2](https://redirect.github.com/actions/checkout/pull/1029) - [Upgrading version to 3.2.0](https://redirect.github.com/actions/checkout/pull/1039)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.