Sourced from reviewdog/action-actionlint's releases.
Release v1.71.0
v1.71.0: PR #193 - chore(deps): update actionlint to 1.7.11
Sourced from actions/upload-artifact's releases.
v7.0.0
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
- Add proxy integration test by
@Link- in actions/upload-artifact#754- Upgrade the module to ESM and bump dependencies by
@danwkennedyin actions/upload-artifact#762- Support direct file uploads by
@danwkennedyin actions/upload-artifact#764New Contributors
@Link- made their first contribution in actions/upload-artifact#754Full Changelog: https://github.com/actions/upload-artifact/compare/v6...v7.0.0
Sourced from actions/download-artifact's releases.
v8.0.0
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter tofalse.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
- Don't attempt to un-zip non-zipped downloads by
@danwkennedyin actions/download-artifact#460- Add a setting to specify what to do on hash mismatch and default it to
errorby@danwkennedyin actions/download-artifact#461Full Changelog: https://github.com/actions/download-artifact/compare/v7...v8.0.0
70fc10c Merge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9 Add change docsccc058e Fix linting issuesbd7976b Add a setting to specify what to do on hash mismatch and default it to errorac21fcf Merge pull request #460 from actions/danwkennedy/download-no-unzip15999bf Add note about package bumps974686e Bump the version to v8 and add release notesfbe48b1 Update test names to make it clearer what they do96bf374 One more test fixb8c4819 Fix skip decompress testSourced from docker/login-action's releases.
v4.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/login-action#929- Switch to ESM and update config/test wiring by
@crazy-maxin docker/login-action#927- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/login-action#919- Bump
@aws-sdk/client-ecrfrom 3.890.0 to 3.1000.0 in docker/login-action#909 docker/login-action#920- Bump
@aws-sdk/client-ecr-publicfrom 3.890.0 to 3.1000.0 in docker/login-action#909 docker/login-action#920- Bump
@docker/actions-toolkitfrom 0.63.0 to 0.77.0 in docker/login-action#910 docker/login-action#928- Bump
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1 in docker/login-action#921- Bump js-yaml from 4.1.0 to 4.1.1 in docker/login-action#901
Full Changelog: https://github.com/docker/login-action/compare/v3.7.0...v4.0.0
b45d80f Merge pull request #929 from crazy-max/node24176cb9c node 24 as default runtimecad8984 Merge pull request #920 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...92cbcb2 chore: update generated content5a2d6a7 build(deps): bump the aws-sdk-dependencies group with 2 updates44512b6 Merge pull request #928 from docker/dependabot/npm_and_yarn/docker/actions-to...28737a5 chore: update generated contentdac0793 build(deps): bump @docker/actions-toolkit from 0.76.0 to 0.77.062029f3 Merge pull request #919 from docker/dependabot/npm_and_yarn/actions/core-3.0.008c8f06 chore: update generated contentSourced from docker/metadata-action's releases.
v6.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/metadata-action#605- List inputs now preserve
#inside values while still supporting full-line#comments by@crazy-maxin docker/metadata-action#607- Switch to ESM and update config/test wiring by
@crazy-maxin docker/metadata-action#602- Bump lodash from 4.17.21 to 4.17.23 in docker/metadata-action#588
- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/metadata-action#599- Bump
@actions/githubfrom 6.0.1 to 9.0.0 in docker/metadata-action#597- Bump
@docker/actions-toolkitfrom 0.68.0 to 0.79.0 in docker/metadata-action#604- Bump
@isaacs/brace-expansionfrom 5.0.0 to 5.0.1 in docker/metadata-action#600- Bump semver from 7.7.3 to 7.7.4 in docker/metadata-action#603
Full Changelog: https://github.com/docker/metadata-action/compare/v5.10.0...v6.0.0
030e881 Merge pull request #607 from crazy-max/allow-comments4b529ac chore: update generated contentb0082b3 preserve comments in list input values with commentNoInfix7b19fec Merge pull request #604 from docker/dependabot/npm_and_yarn/docker/actions-to...281c9b0 chore: update generated content5f43b3b test: stabilize github mock setup since ESM9d53276 github class moved since actions-toolkit v0.77.0eaa3d39 chore(deps): Bump @docker/actions-toolkit from 0.68.0 to 0.77.06b695f7 Merge pull request #605 from crazy-max/node24a1afadc node 24 as default runtimeSourced from docker/build-push-action's releases.
v7.0.0
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by
@crazy-maxin docker/build-push-action#1470- Remove deprecated
DOCKER_BUILD_NO_SUMMARYandDOCKER_BUILD_EXPORT_RETENTION_DAYSenvs by@crazy-maxin docker/build-push-action#1473- Remove legacy export-build tool support for build summary by
@crazy-maxin docker/build-push-action#1474- Switch to ESM and update config/test wiring by
@crazy-maxin docker/build-push-action#1466- Bump
@actions/corefrom 1.11.1 to 3.0.0 in docker/build-push-action#1454- Bump
@docker/actions-toolkitfrom 0.62.1 to 0.79.0 in docker/build-push-action#1453 docker/build-push-action#1472 docker/build-push-action#1479- Bump minimatch from 3.1.2 to 3.1.5 in docker/build-push-action#1463
Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0
v6.19.2
- Preserve port in
GIT_AUTH_TOKENhost by@crazy-maxin docker/build-push-action#1458Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.1...v6.19.2
v6.19.1
- Derive
GIT_AUTH_TOKENhost from GitHub server URL by@crazy-maxin docker/build-push-action#1456Full Changelog: https://github.com/docker/build-push-action/compare/v6.19.0...v6.19.1
v6.19.0
- Scope default git auth token to
github.comby@crazy-maxin docker/build-push-action#1451- Bump brace-expansion from 1.1.11 to 1.1.12 in docker/build-push-action#1396
- Bump form-data from 2.5.1 to 2.5.5 in docker/build-push-action#1391
- Bump js-yaml from 3.14.1 to 3.14.2 in docker/build-push-action#1429
- Bump lodash from 4.17.21 to 4.17.23 in docker/build-push-action#1446
- Bump tmp from 0.2.3 to 0.2.4 in docker/build-push-action#1398
- Bump undici from 5.28.4 to 5.29.0 in docker/build-push-action#1397
Full Changelog: https://github.com/docker/build-push-action/compare/v6.18.0...v6.19.0
d08e5c3 Merge pull request #1479 from docker/dependabot/npm_and_yarn/docker/actions-t...cbd2dff chore: update generated contentf76f51f chore(deps): Bump @docker/actions-toolkit from 0.78.0 to 0.79.07d03e66 Merge pull request #1473 from crazy-max/rm-deprecated-envs98f853d chore: update generated contentcadccf6 remove deprecated envs03fe877 Merge pull request #1478 from docker/dependabot/github_actions/docker/setup-b...827e366 chore(deps): Bump docker/setup-buildx-action from 3 to 4e25db87 Merge pull request #1474 from crazy-max/rm-export-build-tool1ac2573 Merge pull request #1470 from crazy-max/node24Sourced from actions/attest-build-provenance's releases.
v4.1.0
[!NOTE] As of version 4,
actions/attest-build-provenanceis simply a wrapper on top ofactions/attest.Existing applications may continue to use the
attest-build-provenanceaction, but new implementations should useactions/attestinstead.What's Changed
- Update RELEASE.md docs by
@bdehamerin actions/attest-build-provenance#836- Bump
actions/attestfrom 4.0.0 to 4.1.0 by@bdehamerin actions/attest-build-provenance#838
- Bump
@actions/attestfrom 3.0.0 to 3.1.0 by@bdehamerin actions/attest#362- Bump
@actions/attestfrom 3.1.0 to 3.2.0 by@bdehamerin actions/attest#365- Add new
subject-versioninput for inclusion in storage record by@bdehamerin actions/attest#364- Add storage record content to README by
@bdehamerin actions/attest#366Full Changelog: https://github.com/actions/attest-build-provenance/compare/v4.0.0...v4.1.0
v4.0.0
[!NOTE] As of version 4,
actions/attest-build-provenanceis simply a wrapper on top ofactions/attest.Existing applications may continue to use the
attest-build-provenanceaction, but new implementations should useactions/attestinstead.What's Changed
- Prepare v4 release by
@bdehamerin actions/attest-build-provenance#835Full Changelog: https://github.com/actions/attest-build-provenance/compare/v3.2.0...v4.0.0
a2bbfa2 bump actions/attest from 4.0.0 to 4.1.0 (#838)0856891 update RELEASE.md docs (#836)e4d4f7c prepare v4 release (#835)02a49bd Bump github/codeql-action in the actions-minor group (#824)7c757df Bump the npm-development group with 2 updates (#825)c44148e Bump github/codeql-action in the actions-minor group (#818)3234352 Bump @types/node from 25.0.10 to 25.2.0 in the npm-development group (#819)18db129 Bump tar from 7.5.6 to 7.5.7 (#816)90fadfa Bump @actions/core from 2.0.1 to 2.0.2 in the npm-production group (#799)57db8ba Bump the npm-development group across 1 directory with 3 updates (#808)Sourced from corentinmusard/otel-cicd-action's releases.
v4.0.0
⚠ BREAKING CHANGES
Upgraded action from node20 to node24.
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Sourced from corentinmusard/otel-cicd-action's changelog.
Changelog
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]
[4.0.0] - 2026-02-07
⚠ BREAKING CHANGES
Upgraded action from node20 to node24.
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
[3.0.0] - 2026-01-30
⚠ BREAKING CHANGES
- Upgraded OpenTelemetry JS SDK to v2
- The parentSpanId field on the Span and ReadableSpan interfaces was replaced by parentSpanContext, to adhere to the OTel spec:
span.parentSpanId->span.parentSpanContext?.spanIdAdded
Added missing semconv attributes:
cicd.pipeline.action.namecicd.pipeline.task.run.url.fullcicd.pipeline.resultcicd.pipeline.run.statecicd.pipeline.task.run.resultcicd.worker.idcicd.worker.nameFixed
- Updated dependencies
[2.2.4] - 2025-08-07
Fixed
- Include cancelled steps in trace
[2.2.3] - 2025-01-30
Fixed
... (truncated)
0f9f16f Upgrade action to use node24 (#63)mapRange_def: 11 ms before, 12 ms after isSheafFor_bind ... (truncated)
f807b33 Clarify and fix typo in changelog (#123)Sourced from actions/setup-python's releases.
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1 Bump semver and @types/semver (#1091)6ed2c67 Fix for Candidate Not Iterable Error (#1082)e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)Sourced from actions/setup-python's releases.
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
a26af69 Bump ts-jest from 29.1.2 to 29.3.2 (#1081)30eafe9 Bump prettier from 2.8.8 to 3.5.3 (#1046)5d95bc1 Bump semver and @types/semver (#1091)6ed2c67 Fix for Candidate Not Iterable Error (#1082)e348410 Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)Sourced from leanprover/lean-action's changelog.
Changelog
All notable changes to
lean-actionwill be documented in this file.The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- add option to always reinstall
lean4-pr-releasestoolchains, ensuring CI runs with the latest versionv1.1.2 - 2025-03-28
Fixed
- include runner architecture in cache key to avoid reusing
.lakeacross different runner architecturesv1.1.1 - 2024-11-23
Fixed
- fix bug with passing multiple arguments to
lake buildviabuild-argsinput- fix false feature flag logic when using
auto-config: truev1.1.0 - 2024-9-16
Added
- Windows GitHub runner support
Fixed
- replace
actions/cachewithactions/cache/restoreto prevent redundant cache saving previously caused by the combination ofactions/cacheandactions/cache/savev1.0.2 - 2024-8-26
Changed
- use empty string as default value for status outputs instead of "NOT_RUN" to avoid
set-output-parametersfinal step breaking log group expansionFixed
- correct typo of in configuration step: "lake check-test failed" -> "lake check-lint failed"
- fix log group expansion in failing steps due to
set-output-parametersstep and removing the end log group command when a step fails
... (truncated)
f807b33 Clarify and fix typo in changelog (#123)