docs: update references to renovatebot/github-action to v43.0.13

| datasource      | package                   | from     | to       |
| --------------- | ------------------------- | -------- | -------- |
| github-releases | renovatebot/github-action | v43.0.12 | v43.0.13 |
| github-tags     | renovatebot/github-action | v43.0.12 | v43.0.13 |
This commit is contained in:
renovate[bot] 2025-09-22 03:21:42 +00:00 committed by GitHub
parent 1278ad3a00
commit 481f9d4b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
docker-cmd-file: .github/renovate-entrypoint.sh docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root docker-user: root
@ -143,7 +143,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
docker-volumes: | docker-volumes: |
@ -194,7 +194,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
renovate-image: myproxyhub.domain.com/renovate/renovate renovate-image: myproxyhub.domain.com/renovate/renovate
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -211,7 +211,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
``` ```
@ -233,7 +233,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
renovate-version: 41.122.3 renovate-version: 41.122.3
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -250,7 +250,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
renovate-version: full renovate-version: full
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -285,7 +285,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -298,7 +298,7 @@ If you want to use the Renovate Action on a GitHub Enterprise instance you have
```yml ```yml
.... ....
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -345,7 +345,7 @@ jobs:
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: '${{ steps.get_token.outputs.token }}' token: '${{ steps.get_token.outputs.token }}'
@ -360,7 +360,7 @@ For example:
```yaml ```yaml
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
token: '${{ steps.get_token.outputs.token }}' token: '${{ steps.get_token.outputs.token }}'
env: env:
@ -384,7 +384,7 @@ For example if you wish to pass through some credentials for a [host rule](https
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -421,7 +421,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -512,7 +512,7 @@ jobs:
sudo chown -R 12021:0 /tmp/renovate/ sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir ls -R $cache_dir
- uses: renovatebot/github-action@v43.0.12 - uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: renovate.json5 configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}
@ -550,7 +550,7 @@ To enable debug logging, add the environment variable `LOG_LEVEL: 'debug'` to th
```yml ```yml
- name: Self-hosted Renovate - name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.12 uses: renovatebot/github-action@v43.0.13
with: with:
configurationFile: example/renovate-config.js configurationFile: example/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }} token: ${{ secrets.RENOVATE_TOKEN }}