From 035afc5cc1be6105f4135f985086c71aebd57a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 11:48:11 +0000 Subject: [PATCH 1/8] Bump urllib3 from 1.26.19 to 2.5.0 in /__tests__/data Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- __tests__/data/requirements-linux.txt | 2 +- __tests__/data/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/data/requirements-linux.txt b/__tests__/data/requirements-linux.txt index 0e93594b..3d64b582 100644 --- a/__tests__/data/requirements-linux.txt +++ b/__tests__/data/requirements-linux.txt @@ -8,5 +8,5 @@ packaging==20.7 pdf2image==1.12.1 Pygments==2.6.1 requests==2.32.2 -urllib3==1.26.19 +urllib3==2.5.0 xlrd==1.2.0 \ No newline at end of file diff --git a/__tests__/data/requirements.txt b/__tests__/data/requirements.txt index cfe5ff8c..4c3f0ba8 100644 --- a/__tests__/data/requirements.txt +++ b/__tests__/data/requirements.txt @@ -42,6 +42,6 @@ pywin32-ctypes==0.2.0 requests==2.32.2 -urllib3==1.26.19 +urllib3==2.5.0 xlrd==1.2.0 \ No newline at end of file From dfaa95a83e8e22d5c2e1a865ea686b8d1a087c99 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 5 Sep 2025 18:04:15 +0530 Subject: [PATCH 2/8] documentation update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 173c0976..a92dccc1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ This action provides the following functionality for GitHub Actions users: - Optionally caching dependencies for pip, pipenv and poetry - Registering problem matchers for error output +## Breaking changes in V6 + +- Upgrade to node 24 in [#1164](https://github.com/actions/setup-python/pull/1164) +Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) + +For more detailed release notes with documntation updates and dependency upgrades, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) + ## Basic usage See [action.yml](action.yml) From ffb9ea3b896b59a13f76f31dd445bb47a67cec3a Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 5 Sep 2025 18:35:10 +0530 Subject: [PATCH 3/8] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a92dccc1..f036b56f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action provides the following functionality for GitHub Actions users: - Upgrade to node 24 in [#1164](https://github.com/actions/setup-python/pull/1164) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes with documntation updates and dependency upgrades, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) +For more detailed release notes with Enhancements, Bug fixes and dependency upgrades, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) ## Basic usage From 5c825d2f45ece997878fdca12a5b7f2d93bc5460 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 5 Sep 2025 19:06:43 +0530 Subject: [PATCH 4/8] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f036b56f..624f29c6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action provides the following functionality for GitHub Actions users: - Upgrade to node 24 in [#1164](https://github.com/actions/setup-python/pull/1164) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes with Enhancements, Bug fixes and dependency upgrades, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) +For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) ## Basic usage From 0b5328aff4c98232d4ba5c057fc7a624e3eb5869 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 14:25:46 +0530 Subject: [PATCH 5/8] doc format update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 624f29c6..a6f40c13 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ This action provides the following functionality for GitHub Actions users: ## Breaking changes in V6 -- Upgrade to node 24 in [#1164](https://github.com/actions/setup-python/pull/1164) -Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) +- Upgrade 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](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/edit/v6.0.0) +For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/tag/v6.0.0) ## Basic usage From 00c2a660a410d91f600f2c296fd0b78b9261da2b Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 15:57:50 +0530 Subject: [PATCH 6/8] doc update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6f40c13..72c45749 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ This action provides the following functionality for GitHub Actions users: ## Breaking changes in V6 -- Upgrade from node20 to node24 +- Upgraded node20 to node24 > Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes, please track [release notes](https://github.com/actions/setup-python/releases/tag/v6.0.0) +For more detailed release notes, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0) ## Basic usage From 03e3248ce2fbb50756182ae456ec5d07583bc4c8 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 15:58:36 +0530 Subject: [PATCH 7/8] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c45749..62a72907 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This action provides the following functionality for GitHub Actions users: ## Breaking changes in V6 -- Upgraded node20 to node24 +- 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](https://github.com/actions/runner/releases/tag/v2.327.1) For more detailed release notes, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0) From cfe4a529731169c906fff4087e368394906b09cb Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Mon, 8 Sep 2025 18:35:13 +0530 Subject: [PATCH 8/8] doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a72907..cb53f256 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This action provides the following functionality for GitHub Actions users: - 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](https://github.com/actions/runner/releases/tag/v2.327.1) -For more detailed release notes, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0) +For more details, see the full release notes on the [releases page](https://github.com/actions/setup-python/releases/tag/v6.0.0) ## Basic usage