You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"7865d0951cffcfa85d20119327bb1bb7a5ee0060","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","v9.0.0","backport:all-open"],"number":195305,"url":"https://github.com//pull/195305","mergeCommit":{"message":"Update actions/checkout action to v4.2.2 (main) (#195305)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\nminor | `v4` -> `v4.2.2` |\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\npatch | `v4.2.0` -> `v4.2.2` |\n\n---\n\n### Release Notes\n\n\nactions/checkout (actions/checkout)\n\n###\n[`v4.2.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.1...v4.2.2)\n\n- `url-helper.ts` now leverages well-known environment variables by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1941](https://togithub.com/actions/checkout/pull/1941)\n- Expand unit test coverage for `isGhes` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1946](https://togithub.com/actions/checkout/pull/1946)\n\n###\n[`v4.2.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.0...v4.2.1)\n\n- Check out other refs/\\* by commit if provided, fall back to ref by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1924](https://togithub.com/actions/checkout/pull/1924)\n\n###\n[`v4.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.7...v4.2.0)\n\n- Add Ref and Commit outputs by\n[@lucacome](https://togithub.com/lucacome) in\n[https://github.com/actions/checkout/pull/1180](https://togithub.com/actions/checkout/pull/1180)\n- Dependency updates by\n[@dependabot-](https://togithub.com/dependabot-)\n[https://github.com/actions/checkout/pull/1777](https://togithub.com/actions/checkout/pull/1777),\n[https://github.com/actions/checkout/pull/1872](https://togithub.com/actions/checkout/pull/1872)\n\n###\n[`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7)\n\n- Bump the minor-npm-dependencies group across 1 directory with 4\nupdates by [@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739)\n- Bump actions/checkout from 3 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697)\n- Check out other refs/\\* by commit by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774)\n- Pin actions/checkout's own workflows to a known, good, stable version.\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)\n\n###\n[`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6)\n\n- Check platform to set archive extension appropriately by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)\n\n###\n[`v4.1.5`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5)\n\n- Update NPM dependencies by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703)\n- Bump github/codeql-action from 2 to 3 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694)\n- Bump actions/setup-node from 1 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696)\n- Bump actions/upload-artifact from 2 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695)\n- README: Suggest `user.email` to be\n`41898282+github-actions[bot]@users.noreply.github.com` by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707)\n\n###\n[`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4)\n\n- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692)\n- Add dependabot config by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688)\n- Bump the minor-actions-dependencies group with 2 updates by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693)\n- Bump word-wrap from 1.2.3 to 1.2.5 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643)\n\n###\n[`v4.1.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v413)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3)\n\n- Check git version before attempting to disable `sparse-checkout` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656)\n- Add SSH user parameter by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685)\n- Update `actions/checkout` version in `update-main-version.yml` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650)\n\n###\n[`v4.1.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.1...v4.1.2)\n\n- Fix: Disable sparse checkout whenever `sparse-checkout` option is not\npresent [@dscho](https://togithub.com/dscho) in\n[https://github.com/actions/checkout/pull/1598](https://togithub.com/actions/checkout/pull/1598)\n\n###\n[`v4.1.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v411)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.0...v4.1.1)\n\n- Correct link to GitHub Docs by\n[@peterbe](https://togithub.com/peterbe) in\n[https://github.com/actions/checkout/pull/1511](https://togithub.com/actions/checkout/pull/1511)\n- Link to release page from what's new section by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1514](https://togithub.com/actions/checkout/pull/1514)\n\n###\n[`v4.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4...v4.1.0)\n\n- [Add support for partial checkout\nfilters](https://togithub.com/actions/checkout/pull/1396)\n\n\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about these\nupdates again.\n\n---\n\n- [ ] If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"7865d0951cffcfa85d20119327bb1bb7a5ee0060"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com//pull/195305","number":195305,"mergeCommit":{"message":"Update actions/checkout action to v4.2.2 (main) (#195305)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\nminor | `v4` -> `v4.2.2` |\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\npatch | `v4.2.0` -> `v4.2.2` |\n\n---\n\n### Release Notes\n\n\nactions/checkout (actions/checkout)\n\n###\n[`v4.2.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.1...v4.2.2)\n\n- `url-helper.ts` now leverages well-known environment variables by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1941](https://togithub.com/actions/checkout/pull/1941)\n- Expand unit test coverage for `isGhes` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1946](https://togithub.com/actions/checkout/pull/1946)\n\n###\n[`v4.2.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.0...v4.2.1)\n\n- Check out other refs/\\* by commit if provided, fall back to ref by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1924](https://togithub.com/actions/checkout/pull/1924)\n\n###\n[`v4.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.7...v4.2.0)\n\n- Add Ref and Commit outputs by\n[@lucacome](https://togithub.com/lucacome) in\n[https://github.com/actions/checkout/pull/1180](https://togithub.com/actions/checkout/pull/1180)\n- Dependency updates by\n[@dependabot-](https://togithub.com/dependabot-)\n[https://github.com/actions/checkout/pull/1777](https://togithub.com/actions/checkout/pull/1777),\n[https://github.com/actions/checkout/pull/1872](https://togithub.com/actions/checkout/pull/1872)\n\n###\n[`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7)\n\n- Bump the minor-npm-dependencies group across 1 directory with 4\nupdates by [@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739)\n- Bump actions/checkout from 3 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697)\n- Check out other refs/\\* by commit by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774)\n- Pin actions/checkout's own workflows to a known, good, stable version.\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)\n\n###\n[`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6)\n\n- Check platform to set archive extension appropriately by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)\n\n###\n[`v4.1.5`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5)\n\n- Update NPM dependencies by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703)\n- Bump github/codeql-action from 2 to 3 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694)\n- Bump actions/setup-node from 1 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696)\n- Bump actions/upload-artifact from 2 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695)\n- README: Suggest `user.email` to be\n`41898282+github-actions[bot]@users.noreply.github.com` by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707)\n\n###\n[`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4)\n\n- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/
Backport
This will backport the following commits from
mainto8.x:Questions ?
Please refer to the Backport tool documentation
If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has been generated by [Renovate\nBot](https://togithub.com/renovatebot/renovate).\n\n\n\nCo-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"7865d0951cffcfa85d20119327bb1bb7a5ee0060","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","v9.0.0","backport:all-open"],"number":195305,"url":"https://github.com//pull/195305","mergeCommit":{"message":"Update actions/checkout action to v4.2.2 (main) (#195305)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\nminor | `v4` -> `v4.2.2` |\n| [actions/checkout](https://togithub.com/actions/checkout) | action |\npatch | `v4.2.0` -> `v4.2.2` |\n\n---\n\n### Release Notes\n\nactions/checkout (actions/checkout)
\n\n###\n[`v4.2.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.1...v4.2.2)\n\n- `url-helper.ts` now leverages well-known environment variables by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1941](https://togithub.com/actions/checkout/pull/1941)\n- Expand unit test coverage for `isGhes` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1946](https://togithub.com/actions/checkout/pull/1946)\n\n###\n[`v4.2.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.0...v4.2.1)\n\n- Check out other refs/\\* by commit if provided, fall back to ref by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1924](https://togithub.com/actions/checkout/pull/1924)\n\n###\n[`v4.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.7...v4.2.0)\n\n- Add Ref and Commit outputs by\n[@lucacome](https://togithub.com/lucacome) in\n[https://github.com/actions/checkout/pull/1180](https://togithub.com/actions/checkout/pull/1180)\n- Dependency updates by\n[@dependabot-](https://togithub.com/dependabot-)\n[https://github.com/actions/checkout/pull/1777](https://togithub.com/actions/checkout/pull/1777),\n[https://github.com/actions/checkout/pull/1872](https://togithub.com/actions/checkout/pull/1872)\n\n###\n[`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7)\n\n- Bump the minor-npm-dependencies group across 1 directory with 4\nupdates by [@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739)\n- Bump actions/checkout from 3 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697)\n- Check out other refs/\\* by commit by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774)\n- Pin actions/checkout's own workflows to a known, good, stable version.\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)\n\n###\n[`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6)\n\n- Check platform to set archive extension appropriately by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)\n\n###\n[`v4.1.5`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5)\n\n- Update NPM dependencies by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703)\n- Bump github/codeql-action from 2 to 3 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694)\n- Bump actions/setup-node from 1 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696)\n- Bump actions/upload-artifact from 2 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695)\n- README: Suggest `user.email` to be\n`41898282+github-actions[bot]@users.noreply.github.com` by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707)\n\n###\n[`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4)\n\n- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1692](https://togithub.com/actions/checkout/pull/1692)\n- Add dependabot config by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1688](https://togithub.com/actions/checkout/pull/1688)\n- Bump the minor-actions-dependencies group with 2 updates by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1693](https://togithub.com/actions/checkout/pull/1693)\n- Bump word-wrap from 1.2.3 to 1.2.5 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1643](https://togithub.com/actions/checkout/pull/1643)\n\n###\n[`v4.1.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v413)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.2...v4.1.3)\n\n- Check git version before attempting to disable `sparse-checkout` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1656](https://togithub.com/actions/checkout/pull/1656)\n- Add SSH user parameter by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1685](https://togithub.com/actions/checkout/pull/1685)\n- Update `actions/checkout` version in `update-main-version.yml` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1650](https://togithub.com/actions/checkout/pull/1650)\n\n###\n[`v4.1.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.1...v4.1.2)\n\n- Fix: Disable sparse checkout whenever `sparse-checkout` option is not\npresent [@dscho](https://togithub.com/dscho) in\n[https://github.com/actions/checkout/pull/1598](https://togithub.com/actions/checkout/pull/1598)\n\n###\n[`v4.1.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v411)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.0...v4.1.1)\n\n- Correct link to GitHub Docs by\n[@peterbe](https://togithub.com/peterbe) in\n[https://github.com/actions/checkout/pull/1511](https://togithub.com/actions/checkout/pull/1511)\n- Link to release page from what's new section by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1514](https://togithub.com/actions/checkout/pull/1514)\n\n###\n[`v4.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4...v4.1.0)\n\n- [Add support for partial checkout\nfilters](https://togithub.com/actions/checkout/pull/1396)\n\nactions/checkout (actions/checkout)
\n\n###\n[`v4.2.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.1...v4.2.2)\n\n- `url-helper.ts` now leverages well-known environment variables by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1941](https://togithub.com/actions/checkout/pull/1941)\n- Expand unit test coverage for `isGhes` by\n[@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1946](https://togithub.com/actions/checkout/pull/1946)\n\n###\n[`v4.2.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.2.0...v4.2.1)\n\n- Check out other refs/\\* by commit if provided, fall back to ref by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1924](https://togithub.com/actions/checkout/pull/1924)\n\n###\n[`v4.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.7...v4.2.0)\n\n- Add Ref and Commit outputs by\n[@lucacome](https://togithub.com/lucacome) in\n[https://github.com/actions/checkout/pull/1180](https://togithub.com/actions/checkout/pull/1180)\n- Dependency updates by\n[@dependabot-](https://togithub.com/dependabot-)\n[https://github.com/actions/checkout/pull/1777](https://togithub.com/actions/checkout/pull/1777),\n[https://github.com/actions/checkout/pull/1872](https://togithub.com/actions/checkout/pull/1872)\n\n###\n[`v4.1.7`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.6...v4.1.7)\n\n- Bump the minor-npm-dependencies group across 1 directory with 4\nupdates by [@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1739](https://togithub.com/actions/checkout/pull/1739)\n- Bump actions/checkout from 3 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1697](https://togithub.com/actions/checkout/pull/1697)\n- Check out other refs/\\* by commit by\n[@orhantoy](https://togithub.com/orhantoy) in\n[https://github.com/actions/checkout/pull/1774](https://togithub.com/actions/checkout/pull/1774)\n- Pin actions/checkout's own workflows to a known, good, stable version.\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/actions/checkout/pull/1776](https://togithub.com/actions/checkout/pull/1776)\n\n###\n[`v4.1.6`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.5...v4.1.6)\n\n- Check platform to set archive extension appropriately by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1732](https://togithub.com/actions/checkout/pull/1732)\n\n###\n[`v4.1.5`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v415)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.4...v4.1.5)\n\n- Update NPM dependencies by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1703](https://togithub.com/actions/checkout/pull/1703)\n- Bump github/codeql-action from 2 to 3 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1694](https://togithub.com/actions/checkout/pull/1694)\n- Bump actions/setup-node from 1 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1696](https://togithub.com/actions/checkout/pull/1696)\n- Bump actions/upload-artifact from 2 to 4 by\n[@dependabot](https://togithub.com/dependabot) in\n[https://github.com/actions/checkout/pull/1695](https://togithub.com/actions/checkout/pull/1695)\n- README: Suggest `user.email` to be\n`41898282+github-actions[bot]@users.noreply.github.com` by\n[@cory-miller](https://togithub.com/cory-miller) in\n[https://github.com/actions/checkout/pull/1707](https://togithub.com/actions/checkout/pull/1707)\n\n###\n[`v4.1.4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)\n\n[Compare\nSource](https://togithub.com/actions/checkout/compare/v4.1.3...v4.1.4)\n\n- Disable `extensions.worktreeConfig` when disabling `sparse-checkout`\nby [@jww3](https://togithub.com/jww3) in\n[https://github.com/