chore(deps): bump the ci-dependencies group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(2 months ago)
(about 2 months ago)
dependencies github_actions
Bumps the ci-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
5 |
| actions/setup-node | 4 |
5 |
| actions/upload-pages-artifact | 3 |
4 |
| rlespinasse/github-slug-action | 5.0.0 |
5.2.0 |
| sigstore/cosign-installer | 3.8.1 |
3.9.2 |
Updates actions/checkout from 4 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates actions/setup-node from 4 to 5
Release notes
Sourced from actions/setup-node's releases.
v5.0.0
What's Changed
Breaking Changes
- Enhance caching in setup-node with automatic package manager detection by
@priya-kinthaliin actions/setup-node#1348This update, introduces automatic caching when a valid
packageManagerfield is present in yourpackage.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, setpackage-manager-cache: falsesteps: - uses: actions/checkout@v5 - uses: actions/setup-node@v5 with: package-manager-cache: false
- Upgrade action to use node24 by
@salmanmkcin actions/setup-node#1325Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade
@octokit/request-errorand@actions/githubby@dependabot[bot] in actions/setup-node#1227- Upgrade uuid from 9.0.1 to 11.1.0 by
@dependabot[bot] in actions/setup-node#1273- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/setup-node#1295- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgadin actions/setup-node#1332- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-node#1345New Contributors
@priya-kinthalimade their first contribution in actions/setup-node#1348@salmanmkcmade their first contribution in actions/setup-node#1325Full Changelog: https://github.com/actions/setup-node/compare/v4...v5.0.0
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmannin actions/setup-node#98- Add support for indented eslint output by
@fregantein actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolitoin actions/setup-node#1240Dependency update:
- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-node#1262New Contributors
@FloEdelmannmade their first contribution in actions/setup-node#98@fregantemade their first contribution in actions/setup-node#1245@marco-ippolitomade their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.4.0
... (truncated)
Commits
a0853c2Bump actions/checkout from 4 to 5 (#1345)b7234ccUpgrade action to use node24 (#1325)d7a1131Enhance caching in setup-node with automatic package manager detection (#1348)5e2628cBumps form-data (#1332)65becefBump undici from 5.28.5 to 5.29.0 (#1295)7e24a65Bump uuid from 9.0.1 to 11.1.0 (#1273)08f58d1Bump@octokit/request-errorand@actions/github(#1227)- See full diff in compare view
Updates actions/upload-pages-artifact from 3 to 4
Release notes
Sourced from actions/upload-pages-artifact's releases.
v4.0.0
What's Changed
- Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by
@tsusderein actions/upload-pages-artifact#102 If you need to include dotfiles in your artifact: instead of using this action, create your own artifact according to these requirements https://github.com/actions/upload-pages-artifact?tab=readme-ov-file#artifact-validation- Pin
actions/upload-artifactto SHA by@heavymachineryin actions/upload-pages-artifact#127Full Changelog: https://github.com/actions/upload-pages-artifact/compare/v3.0.1...v4.0.0
v3.0.1
Changelog
- Group tar's output to prevent it from messing up action logs
@SilverRainZ(#94)- Update README.md
@uiolee(#88)- Bump the non-breaking-changes group with 1 update
@dependabot(#92)- Update Dependabot config to group non-breaking changes
@JamesMGreene(#91)- Bump actions/checkout from 3 to 4
@dependabot(#76)See details of all code changes since previous release.
Commits
7b1f4a7Merge pull request #127 from heavymachinery/pin-sha4cc19c7Pinactions/upload-artifactto SHA2d163beMerge pull request #107 from KittyChiu/mainc704843fix: linted README9605915Merge pull request #106 from KittyChiu/kittychiu/update-readme-1e59cdfeUpdate README.mda2d6704doc: updated usage section in readme984864eMerge pull request #105 from actions/Jcambass-patch-145dc788Add workflow file for publishing releases to immutable action packageefaad07Merge pull request #102 from actions/hidden-files- Additional commits viewable in compare view
Updates rlespinasse/github-slug-action from 5.0.0 to 5.2.0
Release notes
Sourced from rlespinasse/github-slug-action's releases.
v5.2.0
5.2.0 (2025-07-29)
Features
v5.1.0
5.1.0 (2025-03-11)
Features
Commits
c33ff65feat: bump super-linter/super-linter from 7 to 8 (#166)50025f7docs(security): document the end of life of the v4.x branch (#165)8e1194bbuild: use codeowners file (#164)fe13438ci(linter): use super-linter/super-linter (#160)810e74bdocs: improve README file (#159)26e0654docs: update code of conduct (#158)955b5bafeat: bump actions/github-script from 6 to 7 (#157)ba00826ci(check-variables): print a warning if a GITHUB_* variable from this action ...7976662docs: improve warning on short auto sizing (#154)56d1321docs(references): add a new article in the french section (#152)- See full diff in compare view
Updates sigstore/cosign-installer from 3.8.1 to 3.9.2
Release notes
Sourced from sigstore/cosign-installer's releases.
v3.9.2
What's Changed
- not fail fast and setup permissions in sigstore/cosign-installer#195
- drop old unsupported versions <v2.0.0 in sigstore/cosign-installer#192
- Update default to v2.5.3 in sigstore/cosign-installer#196
Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3.9.1...v3.9.2
v3.9.1
What's Changed
- default action install to use release v2.5.1 by
@cpanatoin sigstore/cosign-installer#193- default cosign to v2.5.2 by
@cpanatoin sigstore/cosign-installer#194Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3.9.0...v3.9.1
v3.9.0
What's Changed
- Bump actions/setup-go from 5.4.0 to 5.5.0 by
@dependabotin sigstore/cosign-installer#189- bump cosign install to use release v2.5.0 as default by
@cpanatoin sigstore/cosign-installer#191Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3...v3.9.0
v3.8.2
What's Changed
- install cosign v2 from main in sigstore/cosign-installer#186
Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3...v3.8.2
Commits
d58896dUpdate default to v2.5.3 (#196)e40248cdrop old unsupported versions <v2.0.0 (#192)d9374b9not fail fast and setup permissions (#195)398d4b0default cosign to v2.5.2 (#194)84f54a2default action install to use release v2.5.1 (#193)fb28c2bbump cosign install to use release v2.5.0 as default (#191)e9a05e6Bump actions/setup-go from 5.4.0 to 5.5.0 (#189)3454372install cosign v2 from main (#186)b6ee8f8Bump actions/setup-go from 5.3.0 to 5.4.0 (#185)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
sigstore/cosign-installer
actions
3.8.1 → 3.9.2
Minor
rlespinasse/github-slug-action
actions
5.0.0 → 5.2.0
Minor
Technical Details
| ID: | 7840772 |
| UUID: | 3395826670 |
| Node ID: | PR_kwDOOI-0MM6neJE- |
| Host: | GitHub |
| Repository: | codeblech/codeblech.github.io |