Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- v6-beta by
@ericsciplein actions/checkout#2298- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
Sourced from actions/checkout's changelog.
Changelog
V6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248V5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305V4.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
... (truncated)
Sourced from crate-ci/typos's releases.
v1.40.0
[1.40.0] - 2025-11-26
Features
- Updated the dictionary with the November 2025 changes
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.40.0] - 2025-11-26
Features
- Updated the dictionary with the November 2025 changes
[1.39.2] - 2025-11-13
Fixes
- Don't offer
entryas a correction forentrys[1.39.1] - 2025-11-12
Features
- Make
--helpmore vibrant[1.39.0] - 2025-10-31
Features
- Updated the dictionary with the October 2025 changes
Fixes
- When a typo is pluralized, prefer pluralized corrections
[1.38.1] - 2025-10-07
Fixes
- Ignore common golang identifiers
[1.38.0] - 2025-10-06
Features
- Update type list
Fixes
... (truncated)
2d0ce56
chore: Releaseefbd900
chore: Release863fd15
docs: Update changelog9a27b16
Merge pull request #1432
from epage/nov3dbd9d4
feat(dict): November additionsa1a16c7
Merge pull request #1427
from deining/bump-github-actioncb8d2e7
docs: Bump GitHub checkout action in 'github-action.md'9f99fb8
docs(ref): Clarify extend-words / extend-identifiers4c20b95
v13.3.4Sourced from fluxcd/flux2's releases.
v2.7.5
Highlights
Flux v2.7.5 is a patch release that comes with fixes to helm-controller. Users are encouraged to upgrade for the best experience.
ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
- Fix HelmRelease history truncation when using the
RetryOnFailurestrategy.:warning: Note that signature verification for OCI artifacts in source-controller is not compatible with Cosign v3. Flux users are advised to use Cosign v2.6 for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.
Components changelog
- helm-controller v1.4.5
CLI changelog
- [release/v2.7.x] Update toolkit components by
@fluxcdbotin fluxcd/flux2#5649Full Changelog: https://github.com/fluxcd/flux2/compare/v2.7.4...v2.7.5
v2.7.4
Highlights
Flux v2.7.4 is a patch release that comes with various fixes. Users are encouraged to upgrade for the best experience.
ℹ️ Please follow the Upgrade Procedure for Flux v2.7+ for a smooth upgrade from Flux v2.6 to the latest version.
Fixes:
- Add
DisableConfigWatchersfeature gate to all controllers for disabling the Secrets/ConfigMaps watchers- Fix Workload Identity for Azure China Cloud in all controllers
- Update Helm Go SDK to v3.19.2 fixing schema validation issues in helm-controller
- Skip secret decryption for remote kustomize patches in kustomize-controller
- Improve post-build error reporting in kustomize-controller
- Add
ArtifactGeneratorto aggregated RBAC roles:warning: Note that signature verification for OCI artifacts in source-controller is not compatible with Cosign v3. Flux users are advised to use Cosign v2.6 for signing Flux OCI artifacts and Helm charts, until support for Cosign v3 is added in Flux v2.8.
Components changelog
... (truncated)
8454b02
Merge pull request #5649
from fluxcd/backport-5648-to-release/v2.7.x931f101
Update toolkit components06ed49d
Merge pull request #5642
from fluxcd/backport-5597-to-release/v2.7.x6021981
Allow option to skip tenant namespace creation4b7d46e
Merge pull request #5640
from fluxcd/backport-5639-to-release/v2.7.xe8c8704
Update toolkit componentsabd603e
Merge pull request #5635
from fluxcd/backport-5625-to-release/v2.7.x83d426c
diff: report if object is skipped48e77c8
Merge pull request #5634
from fluxcd/backport-5633-to-release/v2.7.x01fbe37
Upgrade k8s to 1.34.2, c-r to 0.22.4 and helm to 3.19.2Sourced 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/nodefrom 24.3.0 to 24.3.1 (#2657) (e995ac4) - (dependabot[bot])- deps-dev: Bump
@types/nodefrom 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/nodefrom 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/nodefrom 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)
abdd2f6
chore(deps): bump peter-evans/create-pull-request from 7.0.8 to 7.0.9
(#2717)1d08ab2
chore(deps-dev): bump @types/lodash from 4.17.20 to
4.17.21 (#2718)085eb10
chore(deps-dev): bump eslint-plugin-jest from 29.1.0 to 29.2.1 (#2719)72321d1
chore(deps): bump github/codeql-action from 4.31.4 to 4.31.5 (#2720)8c66df4
chore(deps-dev): bump prettier from 3.6.2 to 3.7.1 (#2722)6da3c88
chore(deps): bump nrwl/nx-set-shas from 4.3.3 to 4.4.0 (#2712)48b6e97
chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#2714)4206138
Update README.md31e663c
chore(deps): bump github/codeql-action from 4.31.2 to 4.31.4 (#2715)46fd332
chore(deps-dev): bump @types/node from 24.10.0 to 24.10.1
(#2711)Sourced from github/codeql-action's releases.
v4.31.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.6 - 01 Dec 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v4.31.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
See the full CHANGELOG.md for more information.
v4.31.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
4.31.4 - 18 Nov 2025
No user facing changes.
See the full CHANGELOG.md for more information.
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.
4.31.6 - 01 Dec 2025
No user facing changes.
4.31.5 - 24 Nov 2025
- Update default CodeQL bundle version to 2.23.6. #3321
4.31.4 - 18 Nov 2025
No user facing changes.
4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.
- Update default CodeQL bundle version to 2.23.5. #3288
4.31.2 - 30 Oct 2025
No user facing changes.
4.31.1 - 30 Oct 2025
- The
add-snippetsinput has been removed from theanalyzeaction. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.4.31.0 - 24 Oct 2025
- Bump minimum CodeQL bundle version to 2.17.6. #3223
- When SARIF files are uploaded by the
analyzeorupload-sarifactions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for theupload-sarifaction. Foranalyze, this may affect Advanced Setup for CodeQL users who specify a value other thanalwaysfor theuploadinput. #32224.30.9 - 17 Oct 2025
- Update default CodeQL bundle version to 2.23.3. #3205
- Experimental: A new
setup-codeqlaction has been added which is similar toinit, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #32044.30.8 - 10 Oct 2025
No user facing changes.
4.30.7 - 06 Oct 2025
- [v4+ only] The CodeQL Action now runs on Node.js v24. #3169
... (truncated)
fe4161a
Merge pull request #3336
from github/update-v4.31.6-ecec1f88788c2ab5
Update changelog for v4.31.6ecec1f8
Merge pull request #3335
from github/mbg/ci/run-codeql-on-all-prs23da732
Merge pull request #3334
from github/kaspersv/overlay-minor-commentsf7abc74
Remove branch filter for PR event in CodeQL workflow32ada5e
Merge branch 'main' into kaspersv/overlay-minor-comments75b2f49
Merge pull request #3333
from github/kaspersv/overlay-no-resource-checks-optionf036b1c
Merge branch 'main' into kaspersv/overlay-no-resource-checks-option58c5954
Add comment to runnerSupportsOverlayAnalysisb02fa13
Order feature flags alphabetically