← All activity records

FACTUAL ACTIVITY RECORD · An activity record based on work that took place

Updating the Action runtime used by automated checks

Aligning five workflows with Node.js 24-compatible Actions while preserving immutable references

Activity period:

Purpose

The automated checks needed to remove warnings from the older Action runtime without giving up immutable references that resist upstream drift.

Implementation

Actions used by quality checks, database migration, Web delivery, infrastructure application, and broker delivery were updated to releases compatible with the new Node.js runtime. Each reference remains pinned to an immutable revision, while the authentication Action that already supported the runtime was left unchanged.

The cutoff structure after adopting compatible Actions across automated paths

Rendering diagram…

What was confirmed

Verification results

YAML parsing, linting, infrastructure and delivery configuration checks, secret scanning, and specification auditing passed for all five workflows.

The updates were applied to the target workflows, and the Action definitions confirmed use of the new runtime.

Basis for completion

The work was complete when every target workflow used a compatible Action release while immutable references and existing checks remained intact.