BobRay,
Try these steps:
1. Confirm for me that you have the following row in the modx_actions table:
ID: 72 - mgr - 68 - workspaces/builder - 1 - workspace,file,package_builder
2. Confirm for me that you have the following row in the modx_menus table:
ID: 45 - 9 - 72 - package_builder images/icons/logging.gif 11
3. Delete this file: core/cache/mgr/actions.cache.php
Try those steps and get back to me.
My modx_actions table goes to record ID 71 -- no record ID 72.
My modx_menus table goes to record ID 44 -- no record ID 45.
$collection['72']= $xpdo->newObject('modAction');
$collection['72']->fromArray(array (
'id' => '72',
'context_key' => 'mgr',
'parent' => '68',
'controller' => 'workspaces/builder',
'haslayout' => '1',
'lang_foci' => 'workspace,file,package_builder',
'assets' => '',
), '', true, true);
Try either one of two things:
It looks like some kind of SVN problem. That code is not there but I can see if if I do a diff on that file. For some reason, my _build and core directories are not being updated when I do a full update. I’ll try to update them individually and see if that works.
...
Nope, they won’t update. It keeps telling me "Completed at Revision 3696" even though the local file is marked as out of date and I can see the changes in the diff. I’ve never seen this one before.

This bug report is not encouraging in regards to the MySQL/PHP issues people have been dealing with for over a year now. It seems it is hard to find a stable combination of recent releases of MySQL server, the MySQL client library, and PHP.
I was hoping the update would also fix the Tools | Actions crash of Apache but it’s still there.