[READ-ONLY] Mirror of https://github.com/danielroe/uppt. A composite GitHub Action that turns conventional commits into a draft release PR, tags the PR on merge, and stages publishing to npm via OIDC
github-action npm npmjs oidc staged-publish trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update all non-major dependencies (#52)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Jul 27, 2026, 8:21 AM +0100) commit 2e0663f5 parent 7eddcc7d
+6 -6
+1 -1
.github/workflows/ci.yml
··· 50 50 with: 51 51 persist-credentials: false 52 52 53 - - uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 53 + - uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
+1 -1
.github/workflows/pin-readme.yml
··· 21 21 permissions: 22 22 contents: write # push the README update directly to main 23 23 steps: 24 - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 24 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 25 25 with: 26 26 ref: main 27 27 fetch-depth: 0
+1 -1
pack/action.yml
··· 52 52 53 53 - name: Checkout 54 54 if: inputs.checkout == 'true' 55 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 55 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 56 56 with: 57 57 persist-credentials: false 58 58
+1 -1
package.json
··· 15 15 "@typescript/native-preview": "7.0.0-dev.20260707.2", 16 16 "vitest": "4.1.10" 17 17 }, 18 - "packageManager": "pnpm@11.15.1" 18 + "packageManager": "pnpm@11.17.0" 19 19 }
+1 -1
pr/action.yml
··· 44 44 45 45 - name: Checkout 46 46 if: inputs.checkout == 'true' 47 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 47 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 48 48 with: 49 49 fetch-depth: 0 50 50 token: ${{ inputs.token }}
+1 -1
release/action.yml
··· 60 60 61 61 - name: Checkout 62 62 if: inputs.checkout == 'true' 63 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 63 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 64 64 with: 65 65 fetch-depth: 0 66 66 ref: ${{ github.event.pull_request.merge_commit_sha }}