Check if a node ID represents an action block.
static bool isActionBlockNodeId(String nodeId) => _actionBlock.matches(nodeId);