Bump the github-actions group across 1 directory with 8 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
Bumps the github-actions group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/setup-python | 5 |
6 |
| actions/download-artifact | 5 |
6 |
| actions/upload-artifact | 4 |
5 |
| aws-actions/configure-aws-credentials | 4 |
5 |
| peter-evans/dockerhub-description | 4 |
5 |
| actions/github-script | 7 |
8 |
| actions/setup-node | 4 |
6 |
| peter-evans/repository-dispatch | 3 |
4 |
Updates actions/setup-python from 5 to 6
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
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
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)- Additional commits viewable in compare view
Updates actions/download-artifact from 5 to 6
Release notes
Sourced from actions/download-artifact's releases.
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
@yacaovsncin actions/download-artifact#417- Update README with artifact extraction details by
@yacaovsncin actions/download-artifact#424- Readme: spell out the first use of GHES by
@danwkennedyin actions/download-artifact#431- Bump
@actions/artifacttov4.0.0- Prepare
v6.0.0by@danwkennedyin actions/download-artifact#438New Contributors
@danwkennedymade their first contribution in actions/download-artifact#431Full Changelog: https://github.com/actions/download-artifact/compare/v5...v6.0.0
Commits
018cc2cMerge pull request #438 from actions/danwkennedy/prepare-6.0.0815651cRevert "Removegithub.dep.yml"bb3a066Removegithub.dep.ymlfa1ce46Preparev6.0.04a24838Merge pull request #431 from danwkennedy/patch-15e3251cReadme: spell out the first use of GHESabefc31Merge pull request #424 from actions/yacaovsnc/update_readmeac43a60Update README with artifact extraction detailsde96f46Merge pull request #417 from actions/yacaovsnc/update_readme7993cb4Remove migration guide for artifact download changes- Additional commits viewable in compare view
Updates actions/upload-artifact from 4 to 5
Release notes
Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by
@salmanmkcin actions/upload-artifact#685New Contributors
@salmanmkcmade their first contribution in actions/upload-artifact#685Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsncin actions/upload-artifact#673Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsncin actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by@hamirmahalin actions/upload-artifact#578- Add new
artifact-digestoutput by@bdehamerin actions/upload-artifact#656New Contributors
@hamirmahalmade their first contribution in actions/upload-artifact#578
... (truncated)
Commits
330a01cMerge pull request #734 from actions/danwkennedy/prepare-5.0.003f2824Updategithub.dep.yml905a1ecPreparev5.0.02d9f9cdMerge pull request #725 from patrikpolyak/patch-19687587Merge branch 'main' into patch-12848b2cMerge pull request #727 from danwkennedy/patch-19b51177Spell out the first use of GHEScd231caUpdate GHES guidance to include reference to Node 20 versionde65e23Merge pull request #712 from actions/nebuk89-patch-18747d8cUpdate README.md- Additional commits viewable in compare view
Updates aws-actions/configure-aws-credentials from 4 to 5
Release notes
Sourced from aws-actions/configure-aws-credentials's releases.
v5.0.0
5.0.0 (2025-09-03)
⚠ BREAKING CHANGES
- Cleanup input handling. Changes invalid boolean input behavior (see #1445)
Features
- add skip OIDC option (#1458) (8c45f6b)
- Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
- support account id allowlist (#1456) (c4be498)
v4.3.1
4.3.1 (2025-08-04)
Bug Fixes
v4.3.0
4.3.0 (2025-08-04)
NOTE: This release tag originally pointed to 59b441846ad109fa4a1549b73ef4e149c4bfb53b, but a critical bug was discovered shortly after publishing. We updated this tag to d0834ad3a60a024346910e522a81b0002bd37fea to prevent anyone using the 4.3.0 tag from encountering the bug, and we published 4.3.1 to allow workflows to auto update correctly.
Features
- dependency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
- Optional environment variable output (c3b3ce6)
Bug Fixes
- docs: readme samples versioning (5b3c895)
- the wrong example region for China partition in README (37fe9a7)
- properly set proxy environment variable (cbea708)
Miscellaneous Chores
- release 4.3.0 (3f7c218)
v4.2.1
4.2.1 (2025-05-14)
Bug Fixes
... (truncated)
Changelog
Sourced from aws-actions/configure-aws-credentials's changelog.
4.3.1 (2025-08-04)
Bug Fixes
4.3.0 (2025-08-04)
Features
- depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
- Optional environment variable output (c3b3ce6)
Bug Fixes
- docs: readme samples versioning (5b3c895)
- the wrong example region for China partition in README (37fe9a7)
- properly set proxy environment variable (cbea708)
Miscellaneous Chores
- release 4.3.0 (3f7c218)
4.2.1 (2025-05-14)
Bug Fixes
- ensure explicit inputs take precedence over environment variables (e56e6c4)
- prioritize explicit inputs over environment variables (df9c8fe)
4.2.0 (2025-05-06)
Features
- add Expiration field to Outputs (a4f3267)
- Document role-duration-seconds range (5a0cf01)
- support action inputs as environment variables (#1338) (2c168ad)
Bug Fixes
... (truncated)
Commits
0094301chore(main): release 5.1.0 (#1483)e381dc3chore(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#1500)031a65bchore(deps-dev): bump del-cli from 6.0.0 to 7.0.0 (#1497)9efe715chore: Update dist6bbafa6chore(deps-dev): bump@aws-sdk/credential-provider-env(#1502)4c879b4chore(deps-dev): bump@types/nodefrom 24.5.0 to 24.6.0 (#1503)fb52c69chore(deps-dev): bump memfs from 4.39.0 to 4.47.0 (#1504)f226b05chore: Update distbe2cf0cchore(deps): bump@aws-sdk/client-stsfrom 3.888.0 to 3.899.0 (#1501)0be22f9chore: Update dist- Additional commits viewable in compare view
Updates peter-evans/dockerhub-description from 4 to 5
Release notes
Sourced from peter-evans/dockerhub-description's releases.
Docker Hub Description v5.0.0
⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.
What's Changed
- build(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6 by
@dependabot[bot] in peter-evans/dockerhub-description#312- build(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.3.1 by
@dependabot[bot] in peter-evans/dockerhub-description#313- build(deps-dev): bump eslint-plugin-prettier from 5.3.1 to 5.4.0 by
@dependabot[bot] in peter-evans/dockerhub-description#314- build(deps-dev): bump eslint-plugin-prettier from 5.4.0 to 5.4.1 by
@dependabot[bot] in peter-evans/dockerhub-description#315- build(deps-dev): bump eslint-plugin-prettier from 5.4.1 to 5.5.0 by
@dependabot[bot] in peter-evans/dockerhub-description#316- build(deps-dev): bump prettier from 3.5.3 to 3.6.2 by
@dependabot[bot] in peter-evans/dockerhub-description#317- build(deps-dev): bump eslint-plugin-prettier from 5.5.0 to 5.5.1 by
@dependabot[bot] in peter-evans/dockerhub-description#318- build(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 by
@dependabot[bot] in peter-evans/dockerhub-description#320- build(deps): bump form-data from 3.0.1 to 3.0.4 by
@dependabot[bot] in peter-evans/dockerhub-description#321- build(deps): bump actions/download-artifact from 4 to 5 by
@dependabot[bot] in peter-evans/dockerhub-description#322- build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 by
@dependabot[bot] in peter-evans/dockerhub-description#323- build(deps): bump actions/checkout from 4 to 5 by
@dependabot[bot] in peter-evans/dockerhub-description#324- build(deps): bump actions/setup-node from 4 to 5 by
@dependabot[bot] in peter-evans/dockerhub-description#325- build(deps-dev): bump
@vercel/nccfrom 0.38.3 to 0.38.4 by@dependabot[bot] in peter-evans/dockerhub-description#326- v5 by
@peter-evansin peter-evans/dockerhub-description#327Full Changelog: https://github.com/peter-evans/dockerhub-description/compare/v4.0.2...v5.0.0
Docker Hub Description v4.0.2
What's Changed
- fix: revert fix enable-url-completion input by
@peter-evansin peter-evans/dockerhub-description#310Full Changelog: https://github.com/peter-evans/dockerhub-description/compare/v4.0.1...v4.0.2
Docker Hub Description v4.0.1
What's Changed
- build(deps-dev): bump
@types/nodefrom 16.18.73 to 16.18.76 by@dependabotin peter-evans/dockerhub-description#247- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
@dependabotin peter-evans/dockerhub-description#249- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
@dependabotin peter-evans/dockerhub-description#250- build(deps-dev): bump
@types/nodefrom 16.18.76 to 16.18.79 by@dependabotin peter-evans/dockerhub-description#251- build(deps-dev): bump
@types/nodefrom 16.18.79 to 16.18.80 by@dependabotin peter-evans/dockerhub-description#252- build(deps-dev): bump
@types/nodefrom 16.18.80 to 16.18.82 by@dependabotin peter-evans/dockerhub-description#253- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
@dependabotin peter-evans/dockerhub-description#254- build(deps-dev): bump
@types/nodefrom 16.18.82 to 16.18.83 by@dependabotin peter-evans/dockerhub-description#255- build(deps-dev): bump
@types/nodefrom 16.18.83 to 16.18.86 by@dependabotin peter-evans/dockerhub-description#256- build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by
@dependabotin peter-evans/dockerhub-description#257- build(deps-dev): bump
@types/nodefrom 16.18.86 to 16.18.87 by@dependabotin peter-evans/dockerhub-description#258- build(deps-dev): bump
@types/nodefrom 16.18.87 to 16.18.89 by@dependabotin peter-evans/dockerhub-description#259- build(deps-dev): bump
@types/nodefrom 16.18.89 to 16.18.91 by@dependabotin peter-evans/dockerhub-description#260- build(deps-dev): bump
@types/nodefrom 16.18.91 to 16.18.93 by@dependabotin peter-evans/dockerhub-description#261- build(deps-dev): bump
@types/nodefrom 16.18.93 to 16.18.95 by@dependabotin peter-evans/dockerhub-description#262- build(deps-dev): bump
@types/nodefrom 16.18.95 to 16.18.96 by@dependabotin peter-evans/dockerhub-description#263- build(deps-dev): bump
@types/nodefrom 16.18.96 to 16.18.97 by@dependabotin peter-evans/dockerhub-description#264- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by
@dependabotin peter-evans/dockerhub-description#265
... (truncated)
Commits
1b9a80cfeat: v5 (#327)ef9b19abuild(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#326)a48612bbuild(deps): bump actions/setup-node from 4 to 5 (#325)08eafd1build(deps): bump actions/checkout from 4 to 5 (#324)a0bee1bbuild(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#323)2877192build(deps): bump actions/download-artifact from 4 to 5 (#322)444ccd3build(deps): bump form-data from 3.0.1 to 3.0.4 (#321)aca792bbuild(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 (#320)940963abuild(deps-dev): bump eslint-plugin-prettier from 5.5.0 to 5.5.1 (#318)0b249a1build(deps-dev): bump prettier from 3.5.3 to 3.6.2 (#317)- Additional commits viewable in compare view
Updates actions/github-script from 7 to 8
Release notes
Sourced from actions/github-script's releases.
v8.0.0
What's Changed
- Update Node.js version support to 24.x by
@salmanmkcin actions/github-script#637- README for updating actions/github-script from v7 to v8 by
@sneha-kripin actions/github-script#653⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
New Contributors
@salmanmkcmade their first contribution in actions/github-script#637@sneha-kripmade their first contribution in actions/github-script#653Full Changelog: https://github.com/actions/github-script/compare/v7.1.0...v8.0.0
v7.1.0
What's Changed
- Upgrade husky to v9 by
@benelanin actions/github-script#482- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/github-script#485- Upgrade IA Publish by
@Jcambassin actions/github-script#486- Fix workflow status badges by
@joshmgrossin actions/github-script#497- Update usage of
actions/upload-artifactby@joshmgrossin actions/github-script#512- Clear up package name confusion by
@joshmgrossin actions/github-script#514- Update dependencies with
npm audit fixby@joshmgrossin actions/github-script#515- Specify that the used script is JavaScript by
@timotkin actions/github-script#478- chore: Add Dependabot for NPM and Actions by
@nschonniin actions/github-script#472- Define
permissionsin workflows and update actions by@joshmgrossin actions/github-script#531- chore: Add Dependabot for .github/actions/install-dependencies by
@nschonniin actions/github-script#532- chore: Remove .vscode settings by
@nschonniin actions/github-script#533- ci: Use github/setup-licensed by
@nschonniin actions/github-script#473- make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by
@iamstarkovin actions/github-script#508- Remove
octokitREADME updates for v7 by@joshmgrossin actions/github-script#557- docs: add "exec" usage examples by
@neilimein actions/github-script#546- Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by
@dependabot[bot] in actions/github-script#563- Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by
@dependabot[bot] in actions/github-script#575- Clearly document passing inputs to the
scriptby@joshmgrossin actions/github-script#603- Update README.md by
@nebuk89in actions/github-script#610New Contributors
@benelanmade their first contribution in actions/github-script#482@Jcambassmade their first contribution in actions/github-script#485@timotkmade their first contribution in actions/github-script#478@iamstarkovmade their first contribution in actions/github-script#508@neilimemade their first contribution in actions/github-script#546@nebuk89made their first contribution in actions/github-script#610Full Changelog: https://github.com/actions/github-script/compare/v7...v7.1.0
... (truncated)
Commits
ed59741Merge pull request #653 from actions/sneha-krip/readme-for-v82dc352eBold minimum Actions Runner version in README01e118cUpdate README for Node 24 runtime requirements8b222acApply suggestion from@salmanmkcadc0eeaREADME for updating actions/github-script from v7 to v820fe497Merge pull request #637 from actions/node24e7b7f22update licenses2c81ba0Update Node.js version support to 24.x- See full diff in compare view
Updates actions/setup-node from 4 to 6
Release notes
Sourced from actions/setup-node's releases.
v6.0.0
What's Changed
Breaking Changes
- Limit automatic caching to npm, update workflows and documentation by
@priyagupta108in actions/setup-node#1374Dependency Upgrades
- Upgrade ts-jest from 29.1.2 to 29.4.1 and document breaking changes in v5 by
@dependabot[bot] in #1336- Upgrade prettier from 2.8.8 to 3.6.2 by
@dependabot[bot] in #1334- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabot[bot] in #1362Full Changelog: https://github.com/actions/setup-node/compare/v5...v6.0.0
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
... (truncated)
Commits
2028fbcLimit automatic caching to npm, update workflows and documentation (#1374)1342781Bump actions/publish-action from 0.3.0 to 0.4.0 (#1362)89d709dBump prettier from 2.8.8 to 3.6.2 (#1334)cd2651cBump ts-jest from 29.1.2 to 29.4.1 (#1336)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)- Additional commits viewable in compare view
Updates peter-evans/repository-dispatch from 3 to 4
Release notes
Sourced from peter-evans/repository-dispatch's releases.
Repository Dispatch v4.0.0
⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.
What's Changed
- build(deps-dev): bump
@types/nodefrom 18.19.8 to 18.19.10 by@dependabot[bot] in peter-evans/repository-dispatch#306- build(deps): bump peter-evans/repository-dispatch from 2 to 3 by
@dependabot[bot] inPackage Dependencies
Technical Details
| ID: | 10538310 |
| UUID: | 3554638506 |
| Node ID: | PR_kwDOPqSekc6vx1tp |
| Host: | GitHub |
| Repository: | bechampion/localstack-lambda-container |