actions/checkout (actions/checkout)
### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)
- `url-helper.ts` now leverages well-known environment variables by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)
### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1)
- Check out other refs/\* by commit if provided, fall back to ref by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924)
### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0)
- Add Ref and Commit outputs by [@lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180)
- Dependency updates by [@dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872)
### [`v4.1.7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.6...v4.1.7)
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://redirect.github.com/actions/checkout/pull/1739)
- Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://redirect.github.com/actions/checkout/pull/1697)
- Check out other refs/\* by commit by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://redirect.github.com/actions/checkout/pull/1774)
- Pin actions/checkout's own workflows to a known, good, stable version. by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://redirect.github.com/actions/checkout/pull/1776)
### [`v4.1.6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.5...v4.1.6)
- Check platform to set archive extension appropriately by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://redirect.github.com/actions/checkout/pull/1732)
### [`v4.1.5`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.5)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.4...v4.1.5)
#### What's Changed
- Update NPM dependencies by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://redirect.github.com/actions/checkout/pull/1703)
- Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://redirect.github.com/actions/checkout/pull/1694)
- Bump actions/setup-node from 1 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://redirect.github.com/actions/checkout/pull/1696)
- Bump actions/upload-artifact from 2 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://redirect.github.com/actions/checkout/pull/1695)
- README: Suggest `user.email` to be `41898282+github-actions[bot]@users.noreply.github.com` by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://redirect.github.com/actions/checkout/pull/1707)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5
### [`v4.1.4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.3...v4.1.4)
- Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://redirect.github.com/actions/checkout/pull/1692)
- Add dependabot config by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://redirect.github.com/actions/checkout/pull/1688)
- Bump the minor-actions-dependencies group with 2 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://redirect.github.com/actions/checkout/pull/1693)
- Bump word-wrap from 1.2.3 to 1.2.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://redirect.github.com/actions/checkout/pull/1643)
### [`v4.1.3`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.3)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.2...v4.1.3)
#### What's Changed
- Update `actions/checkout` version in `update-main-version.yml` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://redirect.github.com/actions/checkout/pull/1650)
- Check git version before attempting to disable `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://redirect.github.com/actions/checkout/pull/1656)
- Add SSH user parameter by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://redirect.github.com/actions/checkout/pull/1685)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
### [`v4.1.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.1...v4.1.2)
- Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@dscho](https://redirect.github.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://redirect.github.com/actions/checkout/pull/1598)
### [`v4.1.1`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.0...v4.1.1)
##### What's Changed
- Update CODEOWNERS to Launch team by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510)
- Correct link to GitHub Docs by [@peterbe](https://redirect.github.com/peterbe) in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511)
- Link to release page from what's new section by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1514](https://redirect.github.com/actions/checkout/pull/1514)
##### New Contributors
- [@joshmgross](https://redirect.github.com/joshmgross) made their first contribution in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510)
- [@peterbe](https://redirect.github.com/peterbe) made their first contribution in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511)
**Full Changelog**: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1
### [`v4.1.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v4.1.0)
- [Add support for partial checkout filters](https://redirect.github.com/actions/checkout/pull/1396)
### [`v4.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.6.0...v4.0.0)
- [Support fetching without the --progress option](https://redirect.github.com/actions/checkout/pull/1067)
- [Update to node20](https://redirect.github.com/actions/checkout/pull/1436)
### [`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)
### [`v3.1.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.2...v3.1.0)
- [Use @actions/core `saveState` and `getState`](https://redirect.github.com/actions/checkout/pull/939)
- [Add `github-server-url` input](https://redirect.github.com/actions/checkout/pull/922)
### [`v3.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.1...v3.0.2)
- [Add input `set-safe-directory`](https://redirect.github.com/actions/checkout/pull/770)
### [`v3.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.0...v3.0.1)
- [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://redirect.github.com/actions/checkout/pull/762)
- [Bumped various npm package versions](https://redirect.github.com/actions/checkout/pull/744)
### [`v3.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v300)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.7.0...v3.0.0)
- [Update to node 16](https://redirect.github.com/actions/checkout/pull/689)
### [`v2.7.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.7.0)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.6.0...v2.7.0)
##### What's Changed
- Add new public key for known_hosts ([#1237](https://redirect.github.com/actions/checkout/issues/1237)) by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/1238](https://redirect.github.com/actions/checkout/pull/1238)
**Full Changelog**: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0
### [`v2.6.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.6.0)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.5.0...v2.6.0)
#### What's Changed
- Add backports to v2 branch by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1040](https://redirect.github.com/actions/checkout/pull/1040)
- Includes backports from the following changes: [https://github.com/actions/checkout/pull/964](https://redirect.github.com/actions/checkout/pull/964), [https://github.com/actions/checkout/pull/1002](https://redirect.github.com/actions/checkout/pull/1002), [https://github.com/actions/checkout/pull/1029](https://redirect.github.com/actions/checkout/pull/1029)
- Upgraded the licensed version to match what is used in v3.
**Full Changelog**: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0
### [`v2.5.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.5.0)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.2...v2.5.0)
##### What's Changed
- Update [@actions/core](https://redirect.github.com/actions/core) to 1.10.0 by [@rentziass](https://redirect.github.com/rentziass) in [https://github.com/actions/checkout/pull/962](https://redirect.github.com/actions/checkout/pull/962)
**Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.5.0
### [`v2.4.2`](https://redirect.github.com/actions/checkout/releases/tag/v2.4.2)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.1...v2.4.2)
##### What's Changed
- Add set-safe-directory input to allow customers to take control. ([#770](https://redirect.github.com/actions/checkout/issues/770)) by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/776](https://redirect.github.com/actions/checkout/pull/776)
- Prepare changelog for v2.4.2. by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/778](https://redirect.github.com/actions/checkout/pull/778)
**Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.4.2
### [`v2.4.1`](https://redirect.github.com/actions/checkout/releases/tag/v2.4.1)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.0...v2.4.1)
- Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`
actions/setup-dotnet (actions/setup-dotnet)
### [`v4`](https://redirect.github.com/actions/setup-dotnet/compare/v3...v4)
[Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v3...v4)
### [`v3`](https://redirect.github.com/actions/setup-dotnet/compare/v2...v3)
[Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v2...v3)
### [`v2`](https://redirect.github.com/actions/setup-dotnet/compare/v1...v2)
[Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v1...v2)
actions/setup-node (actions/setup-node)
### [`v4`](https://redirect.github.com/actions/setup-node/compare/v3...v4)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v3...v4)
### [`v3`](https://redirect.github.com/actions/setup-node/compare/v2...v3)
[Compare Source](https://redirect.github.com/actions/setup-node/compare/v2...v3)
actions/stale (actions/stale)
### [`v9`](https://redirect.github.com/actions/stale/compare/v8...v9)
[Compare Source](https://redirect.github.com/actions/stale/compare/v8...v9)
### [`v8`](https://redirect.github.com/actions/stale/compare/v7...v8)
[Compare Source](https://redirect.github.com/actions/stale/compare/v7...v8)
### [`v7`](https://redirect.github.com/actions/stale/compare/v6...v7)
[Compare Source](https://redirect.github.com/actions/stale/compare/v6...v7)
### [`v6`](https://redirect.github.com/actions/stale/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/stale/compare/v5...v6)
### [`v5`](https://redirect.github.com/actions/stale/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/stale/compare/v4...v5)
codecov/codecov-action (codecov/codecov-action)
### [`v5`](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)
[Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)
### [`v4`](https://redirect.github.com/codecov/codecov-action/compare/v3...v4)
[Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v3...v4)
### [`v3`](https://redirect.github.com/codecov/codecov-action/compare/v2...v3)
[Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v2...v3)
suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)
### [`v1.1.0`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.1.0)
[Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v1.0.1...v1.1.0)
#### Features
[#699](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/699) [#701](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/701) Support validating multiple files
You can validate multiple files by setting multiple lines to `config_file_path`.
Leading spaces on each line are removed.
e.g.
```yaml
with:
config_file_path: |
default.json
foo.json
```
You can pass `config_file_path` through output command.
e.g.
```yaml
- id: files
run: |
set -euo pipefail
files=$(git ls-files | grep renovate.json)
### https://stackoverflow.com/a/74232400
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
{
echo "files<<$EOF"
echo "$files"
echo "$EOF"
} >> "$GITHUB_OUTPUT"
- name: Pass files through output
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
with:
config_file_path: ${{ steps.files.outputs.files }}
```
### [`v1.0.1`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.0.1)
[Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v1.0.0...v1.0.1)
#### Fixes
[#551](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/551) Suppress `npx` warnings using `--yes` option [@TWiStErRob](https://redirect.github.com/TWiStErRob)
This action executes renovate-config-validator via npx, then the following warning was outputted.
npm WARN exec The following package was not found and will be installed: renovate@37.130.0
To suppress the warning, we set `npx`'s `--yes` option.
https://docs.npmjs.com/cli/v8/commands/npx
> If any requested packages are not present in the local project dependencies, then they are installed to a folder in the npm cache, which is added to the PATH environment variable in the executed process.
> A prompt is printed (which can be suppressed by providing either --yes or --no).
> To prevent security and user-experience problems from mistyping package names, npx prompts before installing anything.
> Suppress this prompt with the -y or --yes option.
> The --no-install option is deprecated, and will be converted to --no.
#### š New contributors
Thank you for your contribution!
[@TWiStErRob](https://redirect.github.com/TWiStErRob) [#551](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/551)
### [`v1.0.0`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.0.0)
[Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v0.1.3...v1.0.0)
#### ā ļø Breaking Changes
[#531](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/531) [renovate-config-validator's --strict option](https://docs.renovatebot.com/config-validation/#strict-mode) is enabled by default.
##### How to migrate
There are several options.
1. Recommended: Fix Renovate configuration according to the error message
2. Unrecommended: Set `false` to the input `strict` to disable `--strict` option
#### ā ļø Security Improvement
[#530](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/530) Pass inputs via environment variables to prevent malicious injection
#### Features
[#531](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/531) Add the input `strict`.
You can enable [renovate-config-validator's `--strict` option](https://docs.renovatebot.com/config-validation/#strict-mode).
### [`v0.1.3`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v0.1.3)
[Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v0.1.2...v0.1.3)
[#316](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/316) Support .renovaterc.json5 by default
https://docs.renovatebot.com/configuration-options/#configuration-options
Configuration
š Schedule: Branch creation - "before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» 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 contains the following updates:
v2.4.0
->v4.2.2
v3
->v4
v1
->v4
v2
->v4
v4
->v9
v2
->v5
v0.1.2
->v1.1.0
Release Notes
actions/checkout (actions/checkout)
### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) ### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1) - Check out other refs/\* by commit if provided, fall back to ref by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924) ### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180) - Dependency updates by [@dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872) ### [`v4.1.7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v417) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.6...v4.1.7) - Bump the minor-npm-dependencies group across 1 directory with 4 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1739](https://redirect.github.com/actions/checkout/pull/1739) - Bump actions/checkout from 3 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1697](https://redirect.github.com/actions/checkout/pull/1697) - Check out other refs/\* by commit by [@orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1774](https://redirect.github.com/actions/checkout/pull/1774) - Pin actions/checkout's own workflows to a known, good, stable version. by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1776](https://redirect.github.com/actions/checkout/pull/1776) ### [`v4.1.6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v416) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.5...v4.1.6) - Check platform to set archive extension appropriately by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1732](https://redirect.github.com/actions/checkout/pull/1732) ### [`v4.1.5`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.5) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.4...v4.1.5) #### What's Changed - Update NPM dependencies by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1703](https://redirect.github.com/actions/checkout/pull/1703) - Bump github/codeql-action from 2 to 3 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1694](https://redirect.github.com/actions/checkout/pull/1694) - Bump actions/setup-node from 1 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1696](https://redirect.github.com/actions/checkout/pull/1696) - Bump actions/upload-artifact from 2 to 4 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1695](https://redirect.github.com/actions/checkout/pull/1695) - README: Suggest `user.email` to be `41898282+github-actions[bot]@users.noreply.github.com` by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1707](https://redirect.github.com/actions/checkout/pull/1707) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.4...v4.1.5 ### [`v4.1.4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v414) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.3...v4.1.4) - Disable `extensions.worktreeConfig` when disabling `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1692](https://redirect.github.com/actions/checkout/pull/1692) - Add dependabot config by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1688](https://redirect.github.com/actions/checkout/pull/1688) - Bump the minor-actions-dependencies group with 2 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1693](https://redirect.github.com/actions/checkout/pull/1693) - Bump word-wrap from 1.2.3 to 1.2.5 by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/checkout/pull/1643](https://redirect.github.com/actions/checkout/pull/1643) ### [`v4.1.3`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.3) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.2...v4.1.3) #### What's Changed - Update `actions/checkout` version in `update-main-version.yml` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1650](https://redirect.github.com/actions/checkout/pull/1650) - Check git version before attempting to disable `sparse-checkout` by [@jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1656](https://redirect.github.com/actions/checkout/pull/1656) - Add SSH user parameter by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1685](https://redirect.github.com/actions/checkout/pull/1685) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v412) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.1...v4.1.2) - Fix: Disable sparse checkout whenever `sparse-checkout` option is not present [@dscho](https://redirect.github.com/dscho) in [https://github.com/actions/checkout/pull/1598](https://redirect.github.com/actions/checkout/pull/1598) ### [`v4.1.1`](https://redirect.github.com/actions/checkout/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.0...v4.1.1) ##### What's Changed - Update CODEOWNERS to Launch team by [@joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510) - Correct link to GitHub Docs by [@peterbe](https://redirect.github.com/peterbe) in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511) - Link to release page from what's new section by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1514](https://redirect.github.com/actions/checkout/pull/1514) ##### New Contributors - [@joshmgross](https://redirect.github.com/joshmgross) made their first contribution in [https://github.com/actions/checkout/pull/1510](https://redirect.github.com/actions/checkout/pull/1510) - [@peterbe](https://redirect.github.com/peterbe) made their first contribution in [https://github.com/actions/checkout/pull/1511](https://redirect.github.com/actions/checkout/pull/1511) **Full Changelog**: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1 ### [`v4.1.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v410) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v4.1.0) - [Add support for partial checkout filters](https://redirect.github.com/actions/checkout/pull/1396) ### [`v4.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.6.0...v4.0.0) - [Support fetching without the --progress option](https://redirect.github.com/actions/checkout/pull/1067) - [Update to node20](https://redirect.github.com/actions/checkout/pull/1436) ### [`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) ### [`v3.1.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.2...v3.1.0) - [Use @actions/core `saveState` and `getState`](https://redirect.github.com/actions/checkout/pull/939) - [Add `github-server-url` input](https://redirect.github.com/actions/checkout/pull/922) ### [`v3.0.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v302) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.1...v3.0.2) - [Add input `set-safe-directory`](https://redirect.github.com/actions/checkout/pull/770) ### [`v3.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://redirect.github.com/actions/checkout/compare/v3.0.0...v3.0.1) - [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://redirect.github.com/actions/checkout/pull/762) - [Bumped various npm package versions](https://redirect.github.com/actions/checkout/pull/744) ### [`v3.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v300) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.7.0...v3.0.0) - [Update to node 16](https://redirect.github.com/actions/checkout/pull/689) ### [`v2.7.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.7.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.6.0...v2.7.0) ##### What's Changed - Add new public key for known_hosts ([#1237](https://redirect.github.com/actions/checkout/issues/1237)) by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/1238](https://redirect.github.com/actions/checkout/pull/1238) **Full Changelog**: https://github.com/actions/checkout/compare/v2.6.0...v2.7.0 ### [`v2.6.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.6.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.5.0...v2.6.0) #### What's Changed - Add backports to v2 branch by [@cory-miller](https://redirect.github.com/cory-miller) in [https://github.com/actions/checkout/pull/1040](https://redirect.github.com/actions/checkout/pull/1040) - Includes backports from the following changes: [https://github.com/actions/checkout/pull/964](https://redirect.github.com/actions/checkout/pull/964), [https://github.com/actions/checkout/pull/1002](https://redirect.github.com/actions/checkout/pull/1002), [https://github.com/actions/checkout/pull/1029](https://redirect.github.com/actions/checkout/pull/1029) - Upgraded the licensed version to match what is used in v3. **Full Changelog**: https://github.com/actions/checkout/compare/v2.5.0...v2.6.0 ### [`v2.5.0`](https://redirect.github.com/actions/checkout/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.2...v2.5.0) ##### What's Changed - Update [@actions/core](https://redirect.github.com/actions/core) to 1.10.0 by [@rentziass](https://redirect.github.com/rentziass) in [https://github.com/actions/checkout/pull/962](https://redirect.github.com/actions/checkout/pull/962) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.5.0 ### [`v2.4.2`](https://redirect.github.com/actions/checkout/releases/tag/v2.4.2) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.1...v2.4.2) ##### What's Changed - Add set-safe-directory input to allow customers to take control. ([#770](https://redirect.github.com/actions/checkout/issues/770)) by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/776](https://redirect.github.com/actions/checkout/pull/776) - Prepare changelog for v2.4.2. by [@TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/checkout/pull/778](https://redirect.github.com/actions/checkout/pull/778) **Full Changelog**: https://github.com/actions/checkout/compare/v2...v2.4.2 ### [`v2.4.1`](https://redirect.github.com/actions/checkout/releases/tag/v2.4.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v2.4.0...v2.4.1) - Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`actions/setup-dotnet (actions/setup-dotnet)
### [`v4`](https://redirect.github.com/actions/setup-dotnet/compare/v3...v4) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v3...v4) ### [`v3`](https://redirect.github.com/actions/setup-dotnet/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v2...v3) ### [`v2`](https://redirect.github.com/actions/setup-dotnet/compare/v1...v2) [Compare Source](https://redirect.github.com/actions/setup-dotnet/compare/v1...v2)actions/setup-node (actions/setup-node)
### [`v4`](https://redirect.github.com/actions/setup-node/compare/v3...v4) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v3...v4) ### [`v3`](https://redirect.github.com/actions/setup-node/compare/v2...v3) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v2...v3)actions/stale (actions/stale)
### [`v9`](https://redirect.github.com/actions/stale/compare/v8...v9) [Compare Source](https://redirect.github.com/actions/stale/compare/v8...v9) ### [`v8`](https://redirect.github.com/actions/stale/compare/v7...v8) [Compare Source](https://redirect.github.com/actions/stale/compare/v7...v8) ### [`v7`](https://redirect.github.com/actions/stale/compare/v6...v7) [Compare Source](https://redirect.github.com/actions/stale/compare/v6...v7) ### [`v6`](https://redirect.github.com/actions/stale/compare/v5...v6) [Compare Source](https://redirect.github.com/actions/stale/compare/v5...v6) ### [`v5`](https://redirect.github.com/actions/stale/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/stale/compare/v4...v5)codecov/codecov-action (codecov/codecov-action)
### [`v5`](https://redirect.github.com/codecov/codecov-action/compare/v4...v5) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5) ### [`v4`](https://redirect.github.com/codecov/codecov-action/compare/v3...v4) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v3...v4) ### [`v3`](https://redirect.github.com/codecov/codecov-action/compare/v2...v3) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v2...v3)suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)
### [`v1.1.0`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v1.0.1...v1.1.0) #### Features [#699](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/699) [#701](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/701) Support validating multiple files You can validate multiple files by setting multiple lines to `config_file_path`. Leading spaces on each line are removed. e.g. ```yaml with: config_file_path: | default.json foo.json ``` You can pass `config_file_path` through output command. e.g. ```yaml - id: files run: | set -euo pipefail files=$(git ls-files | grep renovate.json) ### https://stackoverflow.com/a/74232400 EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) { echo "files<<$EOF" echo "$files" echo "$EOF" } >> "$GITHUB_OUTPUT" - name: Pass files through output uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0 with: config_file_path: ${{ steps.files.outputs.files }} ``` ### [`v1.0.1`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.0.1) [Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v1.0.0...v1.0.1) #### Fixes [#551](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/551) Suppress `npx` warnings using `--yes` option [@TWiStErRob](https://redirect.github.com/TWiStErRob) This action executes renovate-config-validator via npx, then the following warning was outputted. npm WARN exec The following package was not found and will be installed: renovate@37.130.0 To suppress the warning, we set `npx`'s `--yes` option. https://docs.npmjs.com/cli/v8/commands/npx > If any requested packages are not present in the local project dependencies, then they are installed to a folder in the npm cache, which is added to the PATH environment variable in the executed process. > A prompt is printed (which can be suppressed by providing either --yes or --no). > To prevent security and user-experience problems from mistyping package names, npx prompts before installing anything. > Suppress this prompt with the -y or --yes option. > The --no-install option is deprecated, and will be converted to --no. #### š New contributors Thank you for your contribution! [@TWiStErRob](https://redirect.github.com/TWiStErRob) [#551](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/551) ### [`v1.0.0`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v1.0.0) [Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v0.1.3...v1.0.0) #### ā ļø Breaking Changes [#531](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/531) [renovate-config-validator's --strict option](https://docs.renovatebot.com/config-validation/#strict-mode) is enabled by default. ##### How to migrate There are several options. 1. Recommended: Fix Renovate configuration according to the error message 2. Unrecommended: Set `false` to the input `strict` to disable `--strict` option #### ā ļø Security Improvement [#530](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/530) Pass inputs via environment variables to prevent malicious injection #### Features [#531](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/531) Add the input `strict`. You can enable [renovate-config-validator's `--strict` option](https://docs.renovatebot.com/config-validation/#strict-mode). ### [`v0.1.3`](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/releases/tag/v0.1.3) [Compare Source](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/compare/v0.1.2...v0.1.3) [#316](https://redirect.github.com/suzuki-shunsuke/github-action-renovate-config-validator/issues/316) Support .renovaterc.json5 by default https://docs.renovatebot.com/configuration-options/#configuration-optionsConfiguration
š Schedule: Branch creation - "before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» 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.
This PR was generated by Mend Renovate. View the repository job log.