Actions steps can now be run in parallel
GitHub Actions now supports running steps concurrently using background . Previously, all steps in a workflow ran in sequence, with each step starting only after the previous step completed. Previously, you could run steps in a non-blocking way using shell backgrounding ( & ), but that often interleaved logs from multiple steps.
Read GitHub's release noteshttps://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel
Summaries of vendors' own notes. Product names and logos belong to their owners; logos via logo.dev.
More GitHub Actions releases
Red Hat Enterprise Linux runner images are now in public preview
PreviewObservabilityDeveloper tools
Xcode 27 runner image now in public preview
PreviewData integrationObservabilityDeveloper tools
GitHub Actions holds potentially malicious workflows for approval
UpdateObservabilityDeveloper tools
Reference same-repository actions with self-repository syntax
UpdateGovernanceObservabilityDeveloper tools
CodeQL 2.26.3 improves GitHub Actions queries and JavaScript modeling
UpdateSQLSecurityDeveloper tools