Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Ashok-yaddala/github-actions-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: actions/setup-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 48 files changed
  • 9 contributors

Commits on Jul 21, 2025

  1. Configuration menu
    Copy the full SHA
    88ffd4d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    3c6f142 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Add version parsing from Pipfile (actions#1067)

    * feature: add version parsing from Pipfile
    
    * Update utils.ts
    
    Co-authored-by: Copilot <[email protected]>
    
    * Update src/utils.ts
    
    Co-authored-by: Copilot <[email protected]>
    
    * Update src/utils.ts
    
    Co-authored-by: Copilot <[email protected]>
    
    * chore: update dist/setup/index.js
    
    ---------
    
    Co-authored-by: Copilot <[email protected]>
    aradkdj and Copilot authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    36da51d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Bump idna from 2.9 to 3.7 in /__tests__/data (actions#843)

    Bumps [idna](https://github.com/kjd/idna) from 2.9 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v2.9...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    03bb615 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Bump form-data to fix critical vulnerabilities actions#182 & actions#183

     (actions#1163)
    
    * fix dependabot alert#183
    
    * command updates
    aparnajyothi-y authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    fbeb884 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in P…

    …ackageIndex.download (actions#1165)
    
    * fix  actions#174
    
    * npm audit fix
    aparnajyothi-y authored Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9322b3c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Change missing cache directory error to warning (actions#1182)

    * update error to warning when no dependency to cache
    
    * updated the return
    aparnajyothi-y authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f62a0e2 View commit details
    Browse the repository at this point in the history
  2. 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    5b668cf View commit details
    Browse the repository at this point in the history
  3. Clarify pythonLocation behavior for PyPy and GraalPy in environment v…

    …ariables (actions#1183)
    
    * documentation update
    
    * spaces update
    aparnajyothi-y authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    65b0712 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. 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 <[email protected]>
    aparnajyothi-y and HarithaVattikuti authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    3d1e2d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. 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 <[email protected]>
    Co-authored-by: priya-kinthali <[email protected]>
    3 people authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    e797f83 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. 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] <[email protected]>
    
    * documentation update
    
    * doc update
    
    * doc update
    
    * doc format update
    
    * doc update
    
    * doc update
    
    * doc update
    
    * fix check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4267e28 View commit details
    Browse the repository at this point in the history
Loading