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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Changelog
2
2
3
-
## V6.0.0
3
+
## v6.0.0
4
4
* Persist creds to a separate file by @ericsciple in https://github.com/actions/checkout/pull/2286
5
5
* Update README to include Node.js 24 support details and requirements by @salmanmkc in https://github.com/actions/checkout/pull/2248
6
6
7
-
## V5.0.1
7
+
## v5.0.1
8
8
* Port v6 cleanup to v5 by @ericsciple in https://github.com/actions/checkout/pull/2301
9
9
10
-
## V5.0.0
10
+
## v5.0.0
11
11
* Update actions checkout to use node 24 by @salmanmkc in https://github.com/actions/checkout/pull/2226
12
12
13
-
## V4.3.1
13
+
## v4.3.1
14
14
* Port v6 cleanup to v4 by @ericsciple in https://github.com/actions/checkout/pull/2305
15
15
16
-
## V4.3.0
16
+
## v4.3.0
17
17
* docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971
18
18
* Add internal repos for checking out multiple repositories by @mouismail in https://github.com/actions/checkout/pull/1977
19
19
* Documentation update - add recommended permissions to Readme by @benwells in https://github.com/actions/checkout/pull/2043
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@
4
4
5
5
## What's new
6
6
7
-
- Updated `persist-credentials` to store the credentials under `$RUNNER_TEMP` instead of directly in the local git config.
8
-
- This requires a minimum Actions Runner version of [v2.329.0](https://github.com/actions/runner/releases/tag/v2.329.0) to access the persisted credentials for [Docker container action](https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action) scenarios.
7
+
- Improved credential security: `persist-credentials` now stores credentials in a separate file under `$RUNNER_TEMP` instead of directly in `.git/config`
8
+
- No workflow changes required — `git fetch`, `git push`, etc. continue to work automatically
9
+
- Running authenticated git commands from a [Docker container action](https://docs.github.com/actions/sharing-automations/creating-actions/creating-a-docker-container-action) requires Actions Runner [v2.329.0](https://github.com/actions/runner/releases/tag/v2.329.0) or later
0 commit comments