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: astral-sh/uv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.6
Choose a base ref
...
head repository: astral-sh/uv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.10.7
Choose a head ref
  • 6 commits
  • 171 files changed
  • 4 contributors

Commits on Feb 25, 2026

  1. Update aws-actions/configure-aws-credentials action to v6 (#18048)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [aws-actions/configure-aws-credentials](https://redirect.github.com/aws-actions/configure-aws-credentials)
    | action | major | `v5.1.1` → `v6.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>aws-actions/configure-aws-credentials
    (aws-actions/configure-aws-credentials)</summary>
    
    ###
    [`v6.0.0`](https://redirect.github.com/aws-actions/configure-aws-credentials/releases/tag/v6.0.0)
    
    [Compare
    Source](https://redirect.github.com/aws-actions/configure-aws-credentials/compare/v5.1.1...v6.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    - Update action to use node24 *Note this requires GitHub action runner
    version
    [v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
    or later*
    ([#&#8203;1632](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1632))
    ([a7a2c11](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/a7a2c1125c67f40a1e95768f4e4a7d8f019f87af))
    
    ##### Features
    
    - add support to define transitive tag keys
    ([#&#8203;1316](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1316))
    ([232435c](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/232435c0c05e51137544f0203931b84893d13b74))
    ([930ebd9](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1628/changes/930ebd9bcaed959c3ba9e21567e8abbc3cae72c0))
    
    ##### Bug Fixes
    
    - properly output `aws-account-id` and `authenticated-arn` when using
    role-chaining
    ([#&#8203;1633](https://redirect.github.com/aws-actions/configure-aws-credentials/pull/1633))
    ([7ceaf96](https://redirect.github.com/aws-actions/configure-aws-credentials/commit/7ceaf96edc86cc1713cef59eba79feeb23f59da1))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
    Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
    defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you
    are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/astral-sh/uv).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImJ1aWxkOnNraXAtcmVsZWFzZSIsImludGVybmFsIl19-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    c030397 View commit details
    Browse the repository at this point in the history
  2. Use global semaphores for concurrency limits (#18156)

    Avoid problems such as #15307,
    follow-up to #18054. See also
    #17633, for which this should be
    helpful.
    konstin authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    3697a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2591bfb View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

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

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    4ade648 View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.10.7 (#18212)

    zsol authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    08ab1a3 View commit details
    Browse the repository at this point in the history
Loading