chore(deps): update rhysd/actionlint action to v1.7.12 (#914)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [rhysd/actionlint](https://redirect.github.com/rhysd/actionlint) |
action | patch | `v1.7.11` → `v1.7.12` |
---
### Release Notes
<details>
<summary>rhysd/actionlint (rhysd/actionlint)</summary>
###
[`v1.7.12`](https://redirect.github.com/rhysd/actionlint/blob/HEAD/CHANGELOG.md#v1712---2026-03-30)
[Compare
Source](https://redirect.github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12)
- Support the [`timezone` configuration in
`on.schedule`](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onschedule)
with checks for IANA timezone string. See the
[documentation](https://redirect.github.com/rhysd/actionlint/blob/main/docs/checks.md#check-cron-syntax-and-timezone)
for more details. Note that actionlint starts to embed the timezone
database in the executables from this version so the binary sizes
slightly increase.
([#​641](https://redirect.github.com/rhysd/actionlint/issues/641),
thanks
[@​martincostello](https://redirect.github.com/martincostello))
```yaml
on:
schedule:
# ERROR: The timezone is not a valid IANA timezone string
- cron: '*/5 * * * *'
timezone: 'Asia/Somewhere'
```
- Support the [`jobs.<job_name>.environment.deployment`
configuration](https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments).
([#​639](https://redirect.github.com/rhysd/actionlint/issues/639),
thanks [@​springmeyer](https://redirect.github.com/springmeyer))
- Support the [`macos-26-intel` runner
label](https://github.blog/changelog/2026-02-26-macos-26-is-now-generally-available-for-github-hosted-runners/).
([#​629](https://redirect.github.com/rhysd/actionlint/issues/629),
thanks [@​hugovk](https://redirect.github.com/hugovk))
- Fix the [table of webhook activity
types](https://redirect.github.com/rhysd/actionlint/blob/main/all_webhooks.go)
are outdated by rebuilding the [script to scrape the
table](https://redirect.github.com/rhysd/actionlint/tree/main/scripts/generate-webhook-events)
from scratch.
- Support Go 1.26 and drop the support for Go 1.24. Now supported
versions are 1.25 and 1.26.
- Tests are run on arm64 Windows in CI.
- Update the popular actions data set to the latest.
\[Changes]\[v1.7.12]
<a id="v1.7.11"></a>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "before 7am every weekday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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/apify/apify-sdk-python).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> R
renovate[bot] committed
f4304e8050a09dc2a4d4deefe4cb9040a80f1dd1
Parent: 5940c64
Committed by GitHub <noreply@github.com>
on 5/29/2026, 9:40:16 AM