-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: janasulkova88/setup-python
base: main
head repository: actions/setup-python
compare: main
- 17 commits
- 53 files changed
- 13 contributors
Commits on Jul 30, 2025
-
Bump form-data to fix critical vulnerabilities actions#182 & actions#183
(actions#1163) * fix dependabot alert#183 * command updates
Configuration menu - View commit details
-
Copy full SHA for fbeb884 - Browse repository at this point
Copy the full SHA fbeb884View commit details
Commits on Aug 4, 2025
-
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in P…
…ackageIndex.download (actions#1165) * fix actions#174 * npm audit fix
Configuration menu - View commit details
-
Copy full SHA for 9322b3c - Browse repository at this point
Copy the full SHA 9322b3cView commit details
Commits on Aug 26, 2025
-
Change missing cache directory error to warning (actions#1182)
* update error to warning when no dependency to cache * updated the return
Configuration menu - View commit details
-
Copy full SHA for f62a0e2 - Browse repository at this point
Copy the full SHA f62a0e2View commit details -
Bump actions/checkout from 4 to 5 (actions#1181)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b668cf - Browse repository at this point
Copy the full SHA 5b668cfView commit details -
Clarify pythonLocation behavior for PyPy and GraalPy in environment v…
…ariables (actions#1183) * documentation update * spaces update
Configuration menu - View commit details
-
Copy full SHA for 65b0712 - Browse repository at this point
Copy the full SHA 65b0712View commit details
Commits on Aug 28, 2025
-
Revert "Enhance cache-dependency-path handling to support files outsi…
…de the workspace root" (actions#1186) * Revert "Enhance cache-dependency-path handling to support files outside the w…" This reverts commit 1264885. * pckage.json version update --------- Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d1e2d2 - Browse repository at this point
Copy the full SHA 3d1e2d2View commit details
Commits on Sep 4, 2025
-
Upgrade to node 24 (actions#1164)
* Upgrade to node 24 Upgrade ot node * licence manual updates * pckage.json version update * version update * update package-lock.json * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in README.md * upgrade `actions/checkout` to v5 and `actions/setup-python` to v6 in advanced-usage.md Updated GitHub Actions to use newer versions of checkout and setup-python actions. * node-version update in the workflows --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com> Co-authored-by: priya-kinthali <147703874+priya-kinthali@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e797f83 - Browse repository at this point
Copy the full SHA e797f83View commit details
Commits on Sep 18, 2025
-
Bump urllib3 from 1.26.19 to 2.5.0 in /__tests__/data and document br…
…eaking changes in v6 (actions#1139) * 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](urllib3/urllib3@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] <support@github.com> * documentation update * doc update * doc update * doc format update * doc update * doc update * doc update * fix check failures --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
Configuration menu - View commit details
-
Copy full SHA for 4267e28 - Browse repository at this point
Copy the full SHA 4267e28View commit details
Commits on Sep 26, 2025
-
Add support for pip-install input (actions#1201)
* Add pip-install input * Improve error message * Logic update --------- Co-authored-by: “gowridurgad” <“hgowridurgad@github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e3e4b1 - Browse repository at this point
Copy the full SHA 2e3e4b1View commit details
Commits on Oct 14, 2025
-
Improve wording and "fix example" (remove 3.13) on testing against pr…
…e-release (actions#979) * Improve wording and "fix example" (remove 3.13) on testing against pre-releases 3.13 was added in a mass tune up in 0b93645 , without adjusting the wording. With 3.13 listed there too, example does not really make much sense. So I decided to make it explicit in wording and remove 3.13, so whenever next refactoring to add 3.14 to be added to every line where 3.13 is -- this would not even come to attention * Update to use 3.14 not 3.12 as an example for pre-release
Configuration menu - View commit details
-
Copy full SHA for 18566f8 - Browse repository at this point
Copy the full SHA 18566f8View commit details
Commits on Oct 20, 2025
-
Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (…
…actions#1094) * Bump typescript from 5.4.2 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.4.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update header text from 'Linux' to 'Ubuntu' * update target to ES2022 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: priya-kinthali <priya-kinthali@github.com>
Configuration menu - View commit details
-
Copy full SHA for bba65e5 - Browse repository at this point
Copy the full SHA bba65e5View commit details
Commits on Oct 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cfd55ca - Browse repository at this point
Copy the full SHA cfd55caView commit details
Commits on Nov 12, 2025
-
Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation updat…
…e for pip-install input (actions#1199) * Bump actions/publish-action from 0.3.0 to 0.4.0 Bumps [actions/publish-action](https://github.com/actions/publish-action) from 0.3.0 to 0.4.0. - [Commits](actions/publish-action@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: actions/publish-action dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * updated README for pip-install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gowridurgad <gowridurgad@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 443da59 - Browse repository at this point
Copy the full SHA 443da59View commit details
Commits on Nov 13, 2025
-
Bump requests from 2.32.2 to 2.32.4 in /__tests__/data (actions#1130)
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 97aeb3e - Browse repository at this point
Copy the full SHA 97aeb3eView commit details
Commits on Nov 18, 2025
-
Bump prettier from 3.5.3 to 3.6.2 (actions#1234)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.3 to 3.6.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.2) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bfc4944 - Browse repository at this point
Copy the full SHA bfc4944View commit details
Commits on Nov 24, 2025
-
Bump @types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-1…
…5-intel (actions#1235) * Bump @types/node from 24.1.0 to 24.9.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.1.0 to 24.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix license check failure * update macos-13 to macos-15-intel --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Priyagupta108 <priyagupta108@github.com> Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
Configuration menu - View commit details
-
Copy full SHA for 83679a8 - Browse repository at this point
Copy the full SHA 83679a8View commit details
Commits on Dec 30, 2025
-
Bump urllib3 from 2.5.0 to 2.6.0 in /__tests__/data (actions#1253)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f41a90 - Browse repository at this point
Copy the full SHA 4f41a90View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main