ci: bump the github-actions group with 8 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(5 days ago)
(3 days ago)
dependencies github_actions
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the github-actions group with 8 updates:
Package | From | To |
---|---|---|
actions/checkout | 4 |
5 |
actions/cache | 4.2.4 |
4.3.0 |
crate-ci/typos | 1.36.2 |
1.36.3 |
chromaui/action | 13.2.0 |
13.2.1 |
docker/login-action | 3.5.0 |
3.6.0 |
tj-actions/changed-files | 4563c729c555b4141fac99c80f699f571219b836 |
28cf3adc4b6dbff2746d5216da021a10e53b4f58 |
nixbuild/nix-quick-install-action | 33 |
34 |
github/codeql-action | 3.30.3 |
3.30.5 |
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
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in 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
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made 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.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in 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
@orhantoy
in actions/checkout#1924New Contributors
@Jcambass
made their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates actions/cache
from 4.2.4 to 4.3.0
Release notes
Sourced from actions/cache's releases.
v4.3.0
What's Changed
- Add note on runner versions by
@GhadimiR
in actions/cache#1642- Prepare
v4.3.0
release by@Link
- in actions/cache#1655New Contributors
@GhadimiR
made their first contribution in actions/cache#1642Full Changelog: https://github.com/actions/cache/compare/v4...v4.3.0
Changelog
Sourced from actions/cache's changelog.
Releases
4.3.0
- Bump
@actions/cache
to v4.1.04.2.4
- Bump
@actions/cache
to v4.0.54.2.3
- Bump
@actions/cache
to v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cache
to v4.0.24.2.1
- Bump
@actions/cache
to v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
... (truncated)
Commits
Updates crate-ci/typos
from 1.36.2 to 1.36.3
Release notes
Sourced from crate-ci/typos's releases.
v1.36.3
[1.36.3] - 2025-09-25
Fixes
- Fix typo in correction to
analysises
Changelog
Sourced from crate-ci/typos's changelog.
Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[Unreleased] - ReleaseDate
[1.36.3] - 2025-09-25
Fixes
- Fix typo in correction to
analysises
[1.36.2] - 2025-09-04
Fixes
- Fix regression from 1.36.1 when rendering an error for a line with invalid UTF-8
[1.36.1] - 2025-09-03
Fixes
- Replaced the error rendering for various quality of life improvements
[1.36.0] - 2025-09-02
Features
- Updated the dictionary with the August 2025 changes
[1.35.8] - 2025-09-02
[1.35.7] - 2025-08-29
Documentation
- Expand PyPI metadata
[1.35.6] - 2025-08-28
Fixes
- Track
go.mod
as a golang file (regression from 1.13.21)[1.35.5] - 2025-08-18
Fixes
... (truncated)
Commits
0c17dab
chore: Released4a3b7b
docs: Update changelog8feb042
Merge pull request #1379 from epage/dict6995b89
fix(dict): Don't correct too analysises87d09dd
fix(codespell): Update to 2f3751e5e1db27
docs(readme): Specify --locked2abc5d9
chore(deps): Update Rust Stable to v1.90 (#1375)- See full diff in compare view
Updates chromaui/action
from 13.2.0 to 13.2.1
Commits
070fa3e
v13.2.1- See full diff in compare view
Updates docker/login-action
from 3.5.0 to 3.6.0
Release notes
Sourced from docker/login-action's releases.
v3.6.0
- Add
registry-auth
input for raw authentication to registries by@crazy-max
in docker/login-action#887- Bump
@aws-sdk/client-ecr
to 3.890.0 in docker/login-action#882 docker/login-action#890- Bump
@aws-sdk/client-ecr-public
to 3.890.0 in docker/login-action#882 docker/login-action#890- Bump
@docker/actions-toolkit
from 0.62.1 to 0.63.0 in docker/login-action#883- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/login-action#880
- Bump undici from 5.28.4 to 5.29.0 in docker/login-action#879
- Bump tmp from 0.2.3 to 0.2.4 in docker/login-action#881
Full Changelog: https://github.com/docker/login-action/compare/v3.5.0...v3.6.0
Commits
5e57cd1
Merge pull request #890 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...97e3143
chore: update generated content3a0796b
build(deps): bump the aws-sdk-dependencies group with 2 updates5b7b28b
Merge pull request #882 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...abc9fb3
chore: update generated contentd468688
build(deps): bump the aws-sdk-dependencies group with 2 updatesa99b2f8
Merge pull request #883 from docker/dependabot/npm_and_yarn/docker/actions-to...0d7fae8
chore: update generated content9832253
build(deps): bump@docker/actions-toolkit
from 0.62.1 to 0.63.009e05bb
Merge pull request #881 from docker/dependabot/npm_and_yarn/tmp-0.2.4- Additional commits viewable in compare view
Updates tj-actions/changed-files
from 4563c729c555b4141fac99c80f699f571219b836 to 28cf3adc4b6dbff2746d5216da021a10e53b4f58
Changelog
Sourced from tj-actions/changed-files's changelog.
Changelog
47.0.0 - (2025-09-13)
🚀 Features
➖ Remove
🔄 Update
- Updated README.md (#2592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users
.noreply.github.com> (3dbc1e1) - (github-actions[bot])
- Updated README.md (#2591)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users
.noreply.github.com> (b1ccff8) - (github-actions[bot])
- Updated README.md (#2574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]
@users
.noreply.github.com> (050a3d3) - (github-actions[bot])📚 Documentation
- Update link to glob patterns (#2590) (a892f50) - (Tonye Jack)
- Add Jellyfrog as a contributor for code, and doc (#2573) (f000a9b) - (allcontributors[bot])
🧪 Testing
⚙️ Miscellaneous Tasks
- deps-dev: Bump jest from 30.0.5 to 30.1.3 (#2655) (9a67555) - (dependabot[bot])
- deps: Bump tj-actions/git-cliff from 2.1.0 to 2.2.0 (#2660) (b67e30d) - (dependabot[bot])
- deps: Bump github/codeql-action from 3.30.2 to 3.30.3 (#2661) (62aef42) - (dependabot[bot])
- deps: Bump github/codeql-action from 3.29.11 to 3.30.2 (#2659) (e874f3c) - (dependabot[bot])
- deps: Bump actions/setup-node from 4.4.0 to 5.0.0 (#2656) (8c14441) - (dependabot[bot])
- deps-dev: Bump
@types/node
from 24.3.0 to 24.3.1 (#2657) (e995ac4) - (dependabot[bot])- deps-dev: Bump
@types/node
from 24.2.1 to 24.3.0 (#2649) (3b04099) - (dependabot[bot])- deps: Bump github/codeql-action from 3.29.9 to 3.29.11 (#2651) (e7b6c97) - (dependabot[bot])
- deps: Bump tj-actions/git-cliff from 2.0.2 to 2.1.0 (#2648) (765d62b) - (dependabot[bot])
- deps: Bump github/codeql-action from 3.29.8 to 3.29.9 (#2647) (2036da1) - (dependabot[bot])
- deps: Bump github/codeql-action from 3.29.7 to 3.29.8 (#2644) (239aef8) - (dependabot[bot])
- deps-dev: Bump
@types/node
from 24.2.0 to 24.2.1 (#2645) (a7d5f5f) - (dependabot[bot])- deps: Bump actions/checkout from 4.2.2 to 5.0.0 (#2646) (5107f3a) - (dependabot[bot])
- deps-dev: Bump
@types/node
from 24.1.0 to 24.2.0 (#2640) (f963b3f) - (dependabot[bot])- deps: Bump actions/download-artifact from 4.3.0 to 5.0.0 (#2641) (f956744) - (dependabot[bot])
... (truncated)
Commits
28cf3ad
chore(deps-dev): bump ts-jest from 29.4.3 to 29.4.4 (#2672)0b7adf7
chore(deps): bump github/codeql-action from 3.30.3 to 3.30.4 (#2675)- See full diff in compare view
Updates nixbuild/nix-quick-install-action
from 33 to 34
Release notes
Sourced from nixbuild/nix-quick-install-action's releases.
nixbuild/nix-quick-install-action@v34
Changes
Update Nix versions: 2.31.0 -> 2.31.2, 2.30.0 -> 2.30.3, 2.29.1 -> 2.29.2, 2.28.4 -> 2.28.5.
Bump default Nix version: 2.29.1 -> 2.29.2
Supported Nix Versions on x86_64-linux runners
- 2.31.2
- 2.30.3
- 2.29.2
- 2.28.5
- 2.26.4
- 2.24.15
- 2.3.18
Supported Nix Versions on aarch64-linux runners
- 2.31.2
- 2.30.3
- 2.29.2
- 2.28.5
- 2.26.4
- 2.24.15
Supported Nix Versions on x86_64-darwin runners
- 2.31.2
- 2.30.3
- 2.29.2
- 2.28.5
- 2.26.4
- 2.24.15
- 2.3.18
Changelog
Sourced from nixbuild/nix-quick-install-action's changelog.
v34
Changes
Update Nix versions: 2.31.0 -> 2.31.2, 2.30.0 -> 2.30.3, 2.29.1 -> 2.29.2, 2.28.4 -> 2.28.5.
Bump default Nix version: 2.29.1 -> 2.29.2
Commits
Updates github/codeql-action
from 3.30.3 to 3.30.5
Release notes
Sourced from github/codeql-action's releases.
v3.30.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4
withupload-sarif
which resulted in files without a.sarif
extension not getting uploaded. #3160See the full CHANGELOG.md for more information.
v3.30.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/init
step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/init
step. #3099 and #3100- We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightly
to theinit
action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130- Update default CodeQL bundle version to 2.23.1. #3118
See the full CHANGELOG.md for more information.
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.30.5 - 26 Sep 2025
- We fixed a bug that was introduced in
3.30.4
withupload-sarif
which resulted in files without a.sarif
extension not getting uploaded. #31603.30.4 - 25 Sep 2025
- We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the
codeql-action/init
step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of thecodeql-action/init
step. #3099 and #3100- We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
- You can now run the latest CodeQL nightly bundle by passing
tools: nightly
to theinit
action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130- Update default CodeQL bundle version to 2.23.1. #3118
3.30.3 - 10 Sep 2025
No user facing changes.
3.30.2 - 09 Sep 2025
- Fixed a bug which could cause language autodetection to fail. #3084
- Experimental: The
quality-queries
input that was added in3.29.2
as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a newanalysis-kinds
input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #30643.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #3077
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
No user facing changes.
3.29.8 - 08 Aug 2025
... (truncated)
Commits
3599b3b
Merge pull request #3161 from github/update-v3.30.5-0a67bd46a2ca0085
Update changelog for v3.30.50a67bd4
Merge pull request #3160 from github/mbg/fix/upload-sarif8e34f2f
Add changelog0b7fc56
Fixupload-sarif
not uploading non-.sarif
files94a9b7a
Merge pull request #3155 from github/mbg/node/no-install-in-actionsa0ae9ba
Log what the script is doingb27a8ef
Exit if running in an Actions workflow6592567
Merge pull request #3139 from github/henrymercer/fix-log-messagefa64a7d
Merge pull request #3154 from github/mbg/node/check-up-to-date-deps- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name | Ignore Conditions |
---|---|
crate-ci/typos | [>= 1.30.a, < 1.31] |
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
tj-actions/changed-files
actions
4563c729c555b4141fac99c80f699f571219b836 → 28cf3adc4b6dbff2746d5216da021a10e53b4f58
Technical Details
ID: | 9026535 |
UUID: | 3466576104 |
Node ID: | PR_kwDOGkVX1s6rL6UQ |
Host: | GitHub |
Repository: | coder/coder |