Skip to content

chore(deps): update actions/checkout action to v6#135

Merged
alexkli merged 1 commit intomainfrom
renovate-major-major-version-changes
Nov 25, 2025
Merged

chore(deps): update actions/checkout action to v6#135
alexkli merged 1 commit intomainfrom
renovate-major-major-version-changes

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5 -> v6

Release Notes

actions/checkout (actions/checkout)

v6

Compare Source


Configuration

📅 Schedule: Branch creation - "after 2pm on Monday" in timezone America/Los_Angeles, 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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Nov 25, 2025

Sizewatcher found no problematic size increases.

git has no changes (553 kB)
Largest files:
Largest files in repository checkout:

347KiB package-lock.json
29KiB README.md
11KiB LICENSE
7.6KiB test/cli.test.js
7.1KiB lib/checkout.js
6.3KiB lib/compare.js
5.0KiB test/mocha-capture-console.js
4.5KiB lib/report.js
4.3KiB test/config.test.js
3.9KiB lib/render.js

Largest files among new changes:

2.1KiB .github/workflows/codeql-analysis.yml
786B .github/workflows/node.js.yml
586B .github/workflows/npm-publish.yml
node_modules has no changes (72.9 MB)
Largest production node modules:
@adobe/sizewatcher@1.4.0 (67 deps, 16.35mb, 1082 files, ©undefined)
╭───────────────────────┬──────────────┬──────────┬───────┬───────────┬────────────┬───────────╮
│ Name │ Dependencies │ Size │ Files │ Native │ License │ Deprec │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ @octokit/rest@19.0.3 │ 25 │ 11mb │ 380 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ glob@10.3.5 │ 27 │ 3.09mb │ 367 │ │ ISC │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ simple-git@3.22.0 │ 4 │ 934.56kb │ 142 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ js-yaml@4.1.1 │ 1 │ 544.75kb │ 39 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ xbytes@1.9.1 │ │ 74.45kb │ 11 │ │ Apache-2.0 │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ debug@4.4.3 │ 1 │ 48.35kb │ 11 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ tmp@0.2.5 │ │ 38.3kb │ 4 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ deepmerge@4.3.1 │ │ 30.43kb │ 11 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ require-dir@1.2.0 │ │ 16.87kb │ 40 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ get-folder-size@5.0.0 │ │ 11.65kb │ 5 │ │ MIT │ │
├───────────────────────┼──────────────┼──────────┼───────┼───────────┼────────────┼───────────┤
│ pretty-bytes@5.6.0 │ │ 11.27kb │ 5 │ │ MIT │ │
╰───────────────────────┴──────────────┴──────────┴───────┴───────────┴────────────┴───────────╯
npm_package has no changes (23.2 kB)
Package contents:
npm notice
📦 @adobe/sizewatcher@1.4.0
Tarball Contents
3.1kB CHANGELOG.md
11.3kB LICENSE
29.8kB README.md
743B index.js
7.3kB lib/checkout.js
3.9kB lib/comparators/custom.js
3.6kB lib/comparators/git.js
3.0kB lib/comparators/node_modules.js
2.3kB lib/comparators/npm_package.js
6.4kB lib/compare.js
1.7kB lib/config.js
2.6kB lib/github.js
4.0kB lib/render.js
4.6kB lib/report.js
2.1kB lib/size.js
2.7kB lib/sizewatcher.js
1.3kB package.json
Tarball Details
name: @adobe/sizewatcher
version: 1.4.0
filename: adobe-sizewatcher-1.4.0.tgz
package size: 23.2 kB
unpacked size: 90.5 kB
shasum: 4775b8c7b0504b2b8214e43425957cd8efcd91a3
integrity: sha512-3Njjj1hXHspMq[...]tIzwMCrzsjtaw==
total files: 17
npm notice
Notes
  • PR branch: renovate-major-major-version-changes @ 0f81518
  • Base branch: main @ 42474e4
  • Sizewatcher v1.4.0
  • Effective Configuration:
limits:
  fail: 100%
  warn: 30%
  ok: '-10%'
report:
  githubComment: true
  githubStatus: false
comparators: {}

@coveralls
Copy link
Collaborator

coveralls commented Nov 25, 2025

Coverage Status

coverage: 59.677%. remained the same
when pulling 0f81518 on renovate-major-major-version-changes
into 42474e4 on main.

@renovate renovate bot force-pushed the renovate-major-major-version-changes branch from cd4a1c6 to 0f81518 Compare November 25, 2025 16:49
@alexkli alexkli merged commit 0241c04 into main Nov 25, 2025
9 checks passed
@alexkli alexkli deleted the renovate-major-major-version-changes branch November 25, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants