Bump the github-actions group across 1 directory with 2 updates - #3027
Merged
Conversation
This was referenced Sep 5, 2026
nohwnd
added a commit
that referenced
this pull request
Sep 5, 2026
The global rule is `* text=auto eol=crlf`: the repository stores LF, the working tree gets CRLF. Dependabot checks out the working-tree form, edits it, and commits those bytes without re-normalizing, so its blobs come back CRLF against our LF and every line reads as changed. Both Dependabot pull requests we have ever had look like this. #2986 was 328 changed lines where 11 were real, #3027 is a whole-file diff where 4 are real. There is no Dependabot setting for line endings, and `text eol=crlf` cannot store CRLF anyway, `text` always normalizes to LF on the way in. `eol=lf` for YAML makes the checkout and the stored form agree. No blob changes, they are already LF, and none of the 11 YAML files are PowerShell or test fixtures. pester/vscode-adapter and PowerShell/PSScriptAnalyzer already use eol=lf repo-wide. Verified with `git ls-files --eol`: after a fresh checkout the workflow files are i/lf w/lf, and `git add --renormalize .` touches nothing. 🤖
Member
|
@dependabot recreate |
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [potatoqualitee/psmodulecache](https://github.com/potatoqualitee/psmodulecache). Updates `actions/checkout` from 6.1.0 to 7.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d23441a...3d3c42e) Updates `potatoqualitee/psmodulecache` from 6.2.1 to 6.3 - [Release notes](https://github.com/potatoqualitee/psmodulecache/releases) - [Changelog](https://github.com/potatoqualitee/psmodulecache/blob/main/CHANGELOG.md) - [Commits](potatoqualitee/psmodulecache@ee5e949...9e4b638) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: potatoqualitee/psmodulecache dependency-version: '6.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-11e7e292e5
branch
from
September 5, 2026 09:58
cf63aec to
7a1fc44
Compare
nohwnd
enabled auto-merge (squash)
September 5, 2026 10:00
nohwnd
deleted the
dependabot/github_actions/github-actions-11e7e292e5
branch
September 5, 2026 10:10
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 2 updates in the / directory: actions/checkout and potatoqualitee/psmodulecache.
Updates
actions/checkoutfrom 6.1.0 to 7.0.1Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
potatoqualitee/psmodulecachefrom 6.2.1 to 6.3Release notes
Sourced from potatoqualitee/psmodulecache's releases.
Commits
9e4b638Update ModuleVersione98869cUpdate ActionVersione02bf7cMerge pull request #67 from Manbearpiet/patch-1581111dUpdate MatrixCacheDemo.ymle509d94Update DuplicateSavePath.Tests.ps1d22243bUpdate DuplicateSavePath.Tests.ps1e082010Update actions/cache version to v5.0.56740a32Update CHANGELOG.md